Color Hex Logo

#b6994d Color Hex

#B6994D
(182,153,77)
0 Favorites   0 Comments

Color spaces of #b6994d

RGB 18215377
HSL0.120.420.51
HSV43°58°71°
CMYK 0.000.160.58   0.29
XYZ32.022233.263411.7539
Yxy33.26340.41570.4318
Hunter Lab57.6744-1.822928.2890
CIE-Lab64.37361.477943.3459

#b6994d color RGB value is (182,153,77).

#b6994d hex color red value is 182, green value is 153 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #b6994d hue: 0.12 , saturation: 0.42 and the lightness value of b6994d is 0.51.

The process color (four color CMYK) of #b6994d color hex is 0.00, 0.16, 0.58, 0.29. Web safe color of #b6994d is #cc9966. Color #b6994d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10011001 01001101
Octal 266 231 115
Decimal 182 153 77
Hex B6 99 4D

RGB Percentages of Color #b6994d

%44.17
%37.14
%18.69

CMYK Percentages of Color #b6994d

%0
%16
%58
%29

Triadic Colors of #b6994d

#b6994d #4db699 #994db6

Analogous Colors of #b6994d

#b6994d #9fb64d #b6654d

Monochromatic Colors of #b6994d

#b6994d

Complementary Color

#b6994d #4d6ab6

#b6994d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6994d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6994d Color CSS Codes

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

#b6994d Text Font Color

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

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


#b6994d Background Color

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

This div background color is #b6994d


#b6994d Border Color

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

This div border color is #b6994d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6994d


Comments

No comments written yet.

Please login to write comment.