Html Css Color HEX #B6B16E Dark Khaki

📋 copy color: '#B6B16E'

red 182 ◦ green 177 ◦ blue 110

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

Shades of Dark Khaki #B6B16E

Tints of Dark Khaki #B6B16E

RGB

 RED value IS 182 (71.48% from 255) = 38.81%

 GREEN value IS 177 (69.53% from 255) = 37.74%

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

R = 38.81%
G = 37.74%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B6B16E (or 0xB6B16E) is known color: Dark Khaki. HEX triplet: B6, B1 and 6E. RGB value is (182,177,110). Sum of RGB (Red+Green+Blue) = 182+177+110=469 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.81% from 469); Green value is 177 (69.53% from 255 or 37.74% from 469); Blue value is 110 (43.36% from 255 or 23.45% from 469); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B16E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6B16E is #494E91. Grayscale: #ABABAB. Windows color (decimal): -4804242 or 7254454. OLE color: 7254454.

HSL color Cylindrical-coordinate representation of color #B6B16E: hue angle of 55.83º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B6B16E is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 177 110 -
CMYK 0 0.03 0.40 0.29
HSL 55.83º 0.33% 0.57% -
HSV(B) 55.83º 0.4% 0.71% -
XYZ 37.83 42.52 20.96 -
YUV 170.86 93.66 135.95 -
System Red Green Blue C M Y K H S L
Decimal 182 177 110 0 0.03 0.40 0.29 55.83 0.33 0.57
Hex B6 B1 6E 0 3 28 1D 38 21 39
Octal 266 261 156 0 3 50 35 70 41 71
Binary 10110110 10110001 1101110 0 11 101000 11101 111000 100001 111001

Color Harmonies of #B6B16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B16E

Black with #B6B16E

Text Example


Text Example

White with #B6B16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B16E; }

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

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

background-color css

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

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

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

border-color css

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

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

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