Html Css Color HEX #B4B46C Dark Khaki

📋 copy color: '#B4B46C'

red 180 ◦ green 180 ◦ blue 108

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

Shades of Dark Khaki #B4B46C

Tints of Dark Khaki #B4B46C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.46%

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

R = 38.46%
G = 38.46%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B4B46C (or 0xB4B46C) is known color: Dark Khaki. HEX triplet: B4, B4 and 6C. RGB value is (180,180,108). Sum of RGB (Red+Green+Blue) = 180+180+108=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 180 (70.70% from 255 or 38.46% from 468); Blue value is 108 (42.58% from 255 or 23.08% from 468); Max value from RGB is 180 - color contains mainly: red, green. Hex color #B4B46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B46C is #4B4B93. Grayscale: #ACACAC. Windows color (decimal): -4934548 or 7124148. OLE color: 7124148.

HSL color Cylindrical-coordinate representation of color #B4B46C: hue angle of 60º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B4B46C is Cyan = 0, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 180 108 -
CMYK 0 0 0.40 0.29
HSL 60º 0.32% 0.56% -
HSV(B) 60º 0.4% 0.71% -
XYZ 37.85 43.43 20.57 -
YUV 171.79 92 133.85 -
System Red Green Blue C M Y K H S L
Decimal 180 180 108 0 0 0.40 0.29 60 0.32 0.56
Hex B4 B4 6C 0 0 28 1D 3C 20 38
Octal 264 264 154 0 0 50 35 74 40 70
Binary 10110100 10110100 1101100 0 0 101000 11101 111100 100000 111000

Color Harmonies of #B4B46C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B46C

Black with #B4B46C

Text Example


Text Example

White with #B4B46C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B46C; }

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

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

background-color css

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

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

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

border-color css

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

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

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