Html Css Color HEX #B7B66E Dark Khaki

📋 copy color: '#B7B66E'

red 183 ◦ green 182 ◦ blue 110

#B7B66E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Khaki #B7B66E

Tints of Dark Khaki #B7B66E

RGB

 RED value IS 183 (71.88% from 255) = 38.53%

 GREEN value IS 182 (71.48% from 255) = 38.32%

 BLUE value IS 110 (43.36% from 255) = 23.16%

R = 38.53%
G = 38.32%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.40

 K value IS 0.28

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B7B66E (or 0xB7B66E) is known color: Dark Khaki. HEX triplet: B7, B6 and 6E. RGB value is (183,182,110). Sum of RGB (Red+Green+Blue) = 183+182+110=475 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.53% from 475); Green value is 182 (71.48% from 255 or 38.32% from 475); Blue value is 110 (43.36% from 255 or 23.16% from 475); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B66E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B66E is #484991. Grayscale: #AEAEAE. Windows color (decimal): -4737426 or 7255735. OLE color: 7255735.

HSL color Cylindrical-coordinate representation of color #B7B66E: hue angle of 59.18º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B7B66E is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 182 110 -
CMYK 0 0.01 0.40 0.28
HSL 59.18º 0.34% 0.57% -
HSV(B) 59.18º 0.4% 0.72% -
XYZ 39.07 44.65 21.31 -
YUV 174.09 91.83 134.35 -
System Red Green Blue C M Y K H S L
Decimal 183 182 110 0 0.01 0.40 0.28 59.18 0.34 0.57
Hex B7 B6 6E 0 1 28 1C 3B 22 39
Octal 267 266 156 0 1 50 34 73 42 71
Binary 10110111 10110110 1101110 0 1 101000 11100 111011 100010 111001

Color Harmonies of #B7B66E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B66E

Black with #B7B66E

Text Example


Text Example

White with #B7B66E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B66E; }

 p { color: rgb(183,182,110); }

 H1.HeaderClassName
 {
   color: #B7B66E;
 }
 .AnyTagClassName
 {
   color: #B7B66E;
 }
</style>

background-color css

<style>
 a { background-color: #B7B66E; }

 a { background-color: rgb(183,182,110); }

 div.DivClassName
 {
   background-color: #B7B66E;
 }
 .BgClassName
 {
   background-color: #B7B66E;
 }
</style>

border-color css

<style>
 span { border-color: #B7B66E; }

 span { border-color: rgb(183,182,110); }

 td.TdClassName
 {
   border-color: #B7B66E;
 }
 .TagClassName
 {
   border-color: #B7B66E;
 }
</style>