Shades of Dark Khaki #B4B26E
Tints of Dark Khaki #B4B26E
RGB
CMYK
RGB Variations
Color information
#B4B26E (or 0xB4B26E) is known color: Dark Khaki. HEX triplet: B4, B2 and 6E. RGB value is (180,178,110). Sum of RGB (Red+Green+Blue) = 180+178+110=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 178 (69.92% from 255 or 38.03% from 468); Blue value is 110 (43.36% from 255 or 23.50% from 468); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B26E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4B26E is #4B4D91. Grayscale: #ABABAB. Windows color (decimal): -4935058 or 7254708. OLE color: 7254708.
HSL color Cylindrical-coordinate representation of color #B4B26E: hue angle of 58.29º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B4B26E is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 178 | 110 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.29 |
| HSL | 58.29º | 0.32% | 0.57% | - |
| HSV(B) | 58.29º | 0.39% | 0.71% | - |
| XYZ | 37.56 | 42.67 | 21.01 | - |
| YUV | 170.85 | 93.66 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 178 | 110 | 0 | 0.01 | 0.39 | 0.29 | 58.29 | 0.32 | 0.57 |
| Hex | B4 | B2 | 6E | 0 | 1 | 27 | 1D | 3A | 20 | 39 |
| Octal | 264 | 262 | 156 | 0 | 1 | 47 | 35 | 72 | 40 | 71 |
| Binary | 10110100 | 10110010 | 1101110 | 0 | 1 | 100111 | 11101 | 111010 | 100000 | 111001 |
Color Harmonies of #B4B26E
Complementary color
Monochromatic Colors of #B4B26E
Black with #B4B26E
Text Example
Text Example
White with #B4B26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B26E; }
p { color: rgb(180,178,110); }
H1.HeaderClassName
{
color: #B4B26E;
}
.AnyTagClassName
{
color: #B4B26E;
}
</style>
background-color css
<style>
a { background-color: #B4B26E; }
a { background-color: rgb(180,178,110); }
div.DivClassName
{
background-color: #B4B26E;
}
.BgClassName
{
background-color: #B4B26E;
}
</style>
border-color css
<style>
span { border-color: #B4B26E; }
span { border-color: rgb(180,178,110); }
td.TdClassName
{
border-color: #B4B26E;
}
.TagClassName
{
border-color: #B4B26E;
}
</style>