Html Css Color HEX #B4B86F Dark Khaki

📋 copy color: '#B4B86F'

red 180 ◦ green 184 ◦ blue 111

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

Shades of Dark Khaki #B4B86F

Tints of Dark Khaki #B4B86F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.37%

R = 37.89%
G = 38.74%
B = 23.37%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#B4B86F (or 0xB4B86F) is known color: Dark Khaki. HEX triplet: B4, B8 and 6F. RGB value is (180,184,111). Sum of RGB (Red+Green+Blue) = 180+184+111=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 184 (72.27% from 255 or 38.74% from 475); Blue value is 111 (43.75% from 255 or 23.37% from 475); Max value from RGB is 184 - color contains mainly: green. Hex color #B4B86F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B86F is #4B4790. Grayscale: #AEAEAE. Windows color (decimal): -4933521 or 7321780. OLE color: 7321780.

HSL color Cylindrical-coordinate representation of color #B4B86F: hue angle of 63.29º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B4B86F is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB 180 184 111 -
CMYK 0.02 0 0.40 0.28
HSL 63.29º 0.34% 0.58% -
HSV(B) 63.29º 0.4% 0.72% -
XYZ 38.83 45.13 21.7 -
YUV 174.48 92.17 131.94 -
System Red Green Blue C M Y K H S L
Decimal 180 184 111 0.02 0 0.40 0.28 63.29 0.34 0.58
Hex B4 B8 6F 2 0 28 1C 3F 22 3A
Octal 264 270 157 2 0 50 34 77 42 72
Binary 10110100 10111000 1101111 10 0 101000 11100 111111 100010 111010

Color Harmonies of #B4B86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B86F

Black with #B4B86F

Text Example


Text Example

White with #B4B86F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B86F; }

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

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

background-color css

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

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

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

border-color css

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

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

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