Html Css Color HEX #B6BB71 Dark Khaki

📋 copy color: '#B6BB71'

red 182 ◦ green 187 ◦ blue 113

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

Shades of Dark Khaki #B6BB71

Tints of Dark Khaki #B6BB71

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.8%

 BLUE value IS 113 (44.53% from 255) = 23.44%

R = 37.76%
G = 38.8%
B = 23.44%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#B6BB71 (or 0xB6BB71) is known color: Dark Khaki. HEX triplet: B6, BB and 71. RGB value is (182,187,113). Sum of RGB (Red+Green+Blue) = 182+187+113=482 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.76% from 482); Green value is 187 (73.44% from 255 or 38.80% from 482); Blue value is 113 (44.53% from 255 or 23.44% from 482); Max value from RGB is 187 - color contains mainly: green. Hex color #B6BB71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6BB71 is #49448E. Grayscale: #B1B1B1. Windows color (decimal): -4801679 or 7453622. OLE color: 7453622.

HSL color Cylindrical-coordinate representation of color #B6BB71: hue angle of 64.05º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B6BB71 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 187 113 -
CMYK 0.03 0 0.40 0.27
HSL 64.05º 0.35% 0.59% -
HSV(B) 64.05º 0.4% 0.73% -
XYZ 40.04 46.68 22.52 -
YUV 177.07 91.84 131.52 -
System Red Green Blue C M Y K H S L
Decimal 182 187 113 0.03 0 0.40 0.27 64.05 0.35 0.59
Hex B6 BB 71 3 0 28 1B 40 23 3B
Octal 266 273 161 3 0 50 33 100 43 73
Binary 10110110 10111011 1110001 11 0 101000 11011 1000000 100011 111011

Color Harmonies of #B6BB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BB71

Black with #B6BB71

Text Example


Text Example

White with #B6BB71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BB71; }

 p { color: rgb(182,187,113); }

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

background-color css

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

 a { background-color: rgb(182,187,113); }

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

border-color css

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

 span { border-color: rgb(182,187,113); }

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