Html Css Color HEX #B4B86D Dark Khaki

📋 copy color: '#B4B86D'

red 180 ◦ green 184 ◦ blue 109

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

Shades of Dark Khaki #B4B86D

Tints of Dark Khaki #B4B86D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.04%

R = 38.05%
G = 38.9%
B = 23.04%

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

#B4B86D (or 0xB4B86D) is known color: Dark Khaki. HEX triplet: B4, B8 and 6D. RGB value is (180,184,109). Sum of RGB (Red+Green+Blue) = 180+184+109=473 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.05% from 473); Green value is 184 (72.27% from 255 or 38.90% from 473); Blue value is 109 (42.97% from 255 or 23.04% from 473); Max value from RGB is 184 - color contains mainly: green. Hex color #B4B86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B86D is #4B4792. Grayscale: #AEAEAE. Windows color (decimal): -4933523 or 7190708. OLE color: 7190708.

HSL color Cylindrical-coordinate representation of color #B4B86D: hue angle of 63.2º 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 #B4B86D is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB 180 184 109 -
CMYK 0.02 0 0.41 0.28
HSL 63.2º 0.35% 0.57% -
HSV(B) 63.2º 0.41% 0.72% -
XYZ 38.72 45.09 21.13 -
YUV 174.25 91.17 132.1 -
System Red Green Blue C M Y K H S L
Decimal 180 184 109 0.02 0 0.41 0.28 63.2 0.35 0.57
Hex B4 B8 6D 2 0 29 1C 3F 23 39
Octal 264 270 155 2 0 51 34 77 43 71
Binary 10110100 10111000 1101101 10 0 101001 11100 111111 100011 111001

Color Harmonies of #B4B86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B86D

Black with #B4B86D

Text Example


Text Example

White with #B4B86D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B86D; }

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

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

background-color css

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

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

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

border-color css

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

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

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