Html Css Color HEX #B4BB6E Dark Khaki

📋 copy color: '#B4BB6E'

red 180 ◦ green 187 ◦ blue 110

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

Shades of Dark Khaki #B4BB6E

Tints of Dark Khaki #B4BB6E

RGB

 RED value IS 180 (70.7% from 255) = 37.74%

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

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

R = 37.74%
G = 39.2%
B = 23.06%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#B4BB6E (or 0xB4BB6E) is known color: Dark Khaki. HEX triplet: B4, BB and 6E. RGB value is (180,187,110). Sum of RGB (Red+Green+Blue) = 180+187+110=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 187 (73.44% from 255 or 39.20% from 477); Blue value is 110 (43.36% from 255 or 23.06% from 477); Max value from RGB is 187 - color contains mainly: green. Hex color #B4BB6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BB6E is #4B4491. Grayscale: #B0B0B0. Windows color (decimal): -4932754 or 7257012. OLE color: 7257012.

HSL color Cylindrical-coordinate representation of color #B4BB6E: hue angle of 65.45º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B4BB6E is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 187 110 -
CMYK 0.04 0 0.41 0.27
HSL 65.45º 0.36% 0.58% -
HSV(B) 65.45º 0.41% 0.73% -
XYZ 39.41 46.37 21.63 -
YUV 176.13 90.68 130.76 -
System Red Green Blue C M Y K H S L
Decimal 180 187 110 0.04 0 0.41 0.27 65.45 0.36 0.58
Hex B4 BB 6E 4 0 29 1B 41 24 3A
Octal 264 273 156 4 0 51 33 101 44 72
Binary 10110100 10111011 1101110 100 0 101001 11011 1000001 100100 111010

Color Harmonies of #B4BB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BB6E

Black with #B4BB6E

Text Example


Text Example

White with #B4BB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BB6E; }

 p { color: rgb(180,187,110); }

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

background-color css

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

 a { background-color: rgb(180,187,110); }

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

border-color css

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

 span { border-color: rgb(180,187,110); }

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