#B4B26C

Color #B4B26C Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #B4B26C

Tints of Dark Khaki #B4B26C

Color information

#B4B26C (or 0xB4B26C) is unknown color: approx Dark Khaki. HEX triplet: B4, B2 and 6C. RGB value is (180,178,108). Sum of RGB (Red+Green+Blue) = 180+178+108=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 178 (69.92% from 255 or 38.20% from 466); Blue value is 108 (42.58% from 255 or 23.18% from 466); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B26C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4B26C is #4B4D93. Grayscale: #AAAAAA. Windows color (decimal): -4935060 or 7123636. OLE color: 7123636.

HSL color Cylindrical-coordinate representation of color #B4B26C: hue angle of 58.33º 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 #B4B26C is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB180178108-
CMYK00.010.400.29
HSL58.33º32.43%56.47%-
HSV(B)58.33º40%70.59%-
XYZ37.4542.6320.44-
YUV170.6292.66134.69-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.63%
GREEN value IS 178 (69.92% from 255) = 38.20%
BLUE value IS 108 (42.58% from 255) = 23.18%
R=38.63%
G=38.20%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017810800.010.400.2958.3332.4356.47
HexB4B26C01281D3a2038
Octal264262154015035724070
Binary101101001011001011011000110100011101111010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B26C; }

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

 H1.HeaderClassName
 {
   color: #B4B26C;
 }
 .AnyTagClassName
 {
   color: #B4B26C;
 }
</style>
background-color css

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

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

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

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

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

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