Html Css Color HEX #B7B66A Dark Khaki

📋 copy color: '#B7B66A'

red 183 ◦ green 182 ◦ blue 106

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

Shades of Dark Khaki #B7B66A

Tints of Dark Khaki #B7B66A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.51%

R = 38.85%
G = 38.64%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#B7B66A (or 0xB7B66A) is known color: Dark Khaki. HEX triplet: B7, B6 and 6A. RGB value is (183,182,106). Sum of RGB (Red+Green+Blue) = 183+182+106=471 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.85% from 471); Green value is 182 (71.48% from 255 or 38.64% from 471); Blue value is 106 (41.80% from 255 or 22.51% from 471); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B66A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B66A is #484995. Grayscale: #ADADAD. Windows color (decimal): -4737430 or 6993591. OLE color: 6993591.

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

Color convert

RGB 183 182 106 -
CMYK 0 0.01 0.42 0.28
HSL 59.22º 0.35% 0.57% -
HSV(B) 59.22º 0.42% 0.72% -
XYZ 38.86 44.56 20.19 -
YUV 173.64 89.83 134.68 -
System Red Green Blue C M Y K H S L
Decimal 183 182 106 0 0.01 0.42 0.28 59.22 0.35 0.57
Hex B7 B6 6A 0 1 2A 1C 3B 23 39
Octal 267 266 152 0 1 52 34 73 43 71
Binary 10110111 10110110 1101010 0 1 101010 11100 111011 100011 111001

Color Harmonies of #B7B66A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B66A

Black with #B7B66A

Text Example


Text Example

White with #B7B66A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B66A; }

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

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

background-color css

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

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

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

border-color css

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

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

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