Color Hex Logo

#b6824b Color Hex

#B6824B
(182,130,75)
0 Favorites   0 Comments

Color spaces of #b6824b

RGB 18213075
HSL0.090.420.50
HSV31°59°71°
CMYK 0.000.290.59   0.29
XYZ28.544026.418310.2514
Yxy26.41830.43770.4051
Hunter Lab51.39879.181224.1538
CIE-Lab58.432014.005937.3458

#b6824b color RGB value is (182,130,75).

#b6824b hex color red value is 182, green value is 130 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #b6824b hue: 0.09 , saturation: 0.42 and the lightness value of b6824b is 0.50.

The process color (four color CMYK) of #b6824b color hex is 0.00, 0.29, 0.59, 0.29. Web safe color of #b6824b is #cc9933. Color #b6824b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10000010 01001011
Octal 266 202 113
Decimal 182 130 75
Hex B6 82 4B

RGB Percentages of Color #b6824b

%47.03
%33.59
%19.38

CMYK Percentages of Color #b6824b

%0
%29
%59
%29

Triadic Colors of #b6824b

#b6824b #4bb682 #824bb6

Analogous Colors of #b6824b

#b6824b #b5b64b #b64d4b

Monochromatic Colors of #b6824b

#b6824b

Complementary Color

#b6824b #4b7fb6

#b6824b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6824b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6824b Color CSS Codes

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

#b6824b Text Font Color

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

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


#b6824b Background Color

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

This div background color is #b6824b


#b6824b Border Color

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

This div border color is #b6824b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6824b


Comments

No comments written yet.

Please login to write comment.