Html Css Color HEX #B4B86C Dark Khaki

📋 copy color: '#B4B86C'

red 180 ◦ green 184 ◦ blue 108

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

Shades of Dark Khaki #B4B86C

Tints of Dark Khaki #B4B86C

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.98%

 BLUE value IS 108 (42.58% from 255) = 22.88%

R = 38.14%
G = 38.98%
B = 22.88%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#B4B86C (or 0xB4B86C) is known color: Dark Khaki. HEX triplet: B4, B8 and 6C. RGB value is (180,184,108). Sum of RGB (Red+Green+Blue) = 180+184+108=472 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.14% from 472); Green value is 184 (72.27% from 255 or 38.98% from 472); Blue value is 108 (42.58% from 255 or 22.88% from 472); Max value from RGB is 184 - color contains mainly: green. Hex color #B4B86C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B86C is #4B4793. Grayscale: #AEAEAE. Windows color (decimal): -4933524 or 7125172. OLE color: 7125172.

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

Color convert

RGB 180 184 108 -
CMYK 0.02 0 0.41 0.28
HSL 63.16º 0.35% 0.57% -
HSV(B) 63.16º 0.41% 0.72% -
XYZ 38.67 45.07 20.85 -
YUV 174.14 90.67 132.18 -
System Red Green Blue C M Y K H S L
Decimal 180 184 108 0.02 0 0.41 0.28 63.16 0.35 0.57
Hex B4 B8 6C 2 0 29 1C 3F 23 39
Octal 264 270 154 2 0 51 34 77 43 71
Binary 10110100 10111000 1101100 10 0 101001 11100 111111 100011 111001

Color Harmonies of #B4B86C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B86C

Black with #B4B86C

Text Example


Text Example

White with #B4B86C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B86C; }

 p { color: rgb(180,184,108); }

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

background-color css

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

 a { background-color: rgb(180,184,108); }

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

border-color css

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

 span { border-color: rgb(180,184,108); }

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