Color Hex Logo

#b2691d Color Hex

#B2691D
(178,105,29)
0 Favorites   0 Comments

Color spaces of #b2691d

RGB 17810529
HSL0.090.720.41
HSV31°84°70°
CMYK 0.000.410.84   0.30
XYZ23.633419.65683.7109
Yxy19.65680.50280.4182
Hunter Lab44.336017.561826.0726
CIE-Lab51.446923.692551.4438

#b2691d color RGB value is (178,105,29).

#b2691d hex color red value is 178, green value is 105 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #b2691d hue: 0.09 , saturation: 0.72 and the lightness value of b2691d is 0.41.

The process color (four color CMYK) of #b2691d color hex is 0.00, 0.41, 0.84, 0.30. Web safe color of #b2691d is #996633. Color #b2691d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01101001 00011101
Octal 262 151 35
Decimal 178 105 29
Hex B2 69 1D

RGB Percentages of Color #b2691d

%57.05
%33.65
%9.29

CMYK Percentages of Color #b2691d

%0
%41
%84
%30

Triadic Colors of #b2691d

#b2691d #1db269 #691db2

Analogous Colors of #b2691d

#b2691d #b1b21d #b21f1d

Monochromatic Colors of #b2691d

#b2691d

Complementary Color

#b2691d #1d66b2

#b2691d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2691d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2691d Color CSS Codes

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

#b2691d Text Font Color

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

This sample text font color is #b2691d
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.


#b2691d Background Color

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

This div background color is #b2691d


#b2691d Border Color

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

This div border color is #b2691d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2691d


Comments

No comments written yet.

Please login to write comment.