Color Hex Logo

#b66719 Color Hex

#B66719
(182,103,25)
0 Favorites   0 Comments

Color spaces of #b66719

RGB 18210325
HSL0.080.760.41
HSV30°86°71°
CMYK 0.000.430.86   0.29
XYZ24.317119.71583.4436
Yxy19.71580.51220.4153
Hunter Lab44.402520.051526.4835
CIE-Lab51.514426.405153.1560

#b66719 color RGB value is (182,103,25).

#b66719 hex color red value is 182, green value is 103 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #b66719 hue: 0.08 , saturation: 0.76 and the lightness value of b66719 is 0.41.

The process color (four color CMYK) of #b66719 color hex is 0.00, 0.43, 0.86, 0.29. Web safe color of #b66719 is #cc6600. Color #b66719 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01100111 00011001
Octal 266 147 31
Decimal 182 103 25
Hex B6 67 19

RGB Percentages of Color #b66719

%58.71
%33.23
%8.06

CMYK Percentages of Color #b66719

%0
%43
%86
%29

Triadic Colors of #b66719

#b66719 #19b667 #6719b6

Analogous Colors of #b66719

#b66719 #b6b619 #b61919

Monochromatic Colors of #b66719

#b66719

Complementary Color

#b66719 #1968b6

#b66719 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b66719 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b66719 Color CSS Codes

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

#b66719 Text Font Color

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

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


#b66719 Background Color

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

This div background color is #b66719


#b66719 Border Color

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

This div border color is #b66719


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,103,25, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b66719; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b66719;
  -webkit-box-shadow: 1px 1px 3px 2px #b66719;
  box-shadow:         1px 1px 3px 2px #b66719; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,103,25, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b66719


Comments

No comments written yet.

Please login to write comment.