Color Hex Logo

#b7693e Color Hex

#B7693E
(183,105,62)
0 Favorites   0 Comments

Color spaces of #b7693e

RGB 18310562
HSL0.060.490.48
HSV21°66°72°
CMYK 0.000.430.66   0.28
XYZ25.449520.51827.1765
Yxy20.51820.47890.3861
Hunter Lab45.297021.018022.3145
CIE-Lab52.418127.362237.1741

#b7693e color RGB value is (183,105,62).

#b7693e hex color red value is 183, green value is 105 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #b7693e hue: 0.06 , saturation: 0.49 and the lightness value of b7693e is 0.48.

The process color (four color CMYK) of #b7693e color hex is 0.00, 0.43, 0.66, 0.28. Web safe color of #b7693e is #cc6633. Color #b7693e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01101001 00111110
Octal 267 151 76
Decimal 183 105 62
Hex B7 69 3E

RGB Percentages of Color #b7693e

%52.29
%30.00
%17.71

CMYK Percentages of Color #b7693e

%0
%43
%66
%28

Triadic Colors of #b7693e

#b7693e #3eb769 #693eb7

Analogous Colors of #b7693e

#b7693e #b7a63e #b73e4f

Monochromatic Colors of #b7693e

#b7693e

Complementary Color

#b7693e #3e8cb7

#b7693e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7693e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7693e Color CSS Codes

.mybgcolor {background-color:#b7693e; } 
.myforecolor {color:#b7693e; }
.mybordercolor {border:3px solid #b7693e; }

#b7693e Text Font Color

<p style="color:#b7693e">Text here</p>

This sample text font color is #b7693e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b7693e Background Color

<div style="background-color:#b7693e">
Div content here</div>

This div background color is #b7693e


#b7693e Border Color

<div style="border:3px solid #b7693e">
Div here</div>

This div border color is #b7693e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,105,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b7693e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b7693e;
  -webkit-box-shadow: 1px 1px 3px 2px #b7693e;
  box-shadow:         1px 1px 3px 2px #b7693e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,105,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b7693e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b7693e;
  -webkit-box-shadow: 1px 1px 3px 2px #b7693e;
  box-shadow:         1px 1px 3px 2px #b7693e;">
Div content here</div>

This div box has shadow with color #b7693e


Comments

No comments written yet.

Please login to write comment.