Shades of Dark Khaki #B5B26C
Tints of Dark Khaki #B5B26C
RGB
CMYK
RGB Variations
Color information
#B5B26C (or 0xB5B26C) is known color: Dark Khaki. HEX triplet: B5, B2 and 6C. RGB value is (181,178,108). Sum of RGB (Red+Green+Blue) = 181+178+108=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 178 (69.92% from 255 or 38.12% from 467); Blue value is 108 (42.58% from 255 or 23.13% from 467); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B26C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5B26C is #4A4D93. Grayscale: #ABABAB. Windows color (decimal): -4869524 or 7123637. OLE color: 7123637.
HSL color Cylindrical-coordinate representation of color #B5B26C: hue angle of 57.53º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B5B26C is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 178 | 108 | - |
| CMYK | 0 | 0.02 | 0.40 | 0.29 |
| HSL | 57.53º | 0.33% | 0.57% | - |
| HSV(B) | 57.53º | 0.4% | 0.71% | - |
| XYZ | 37.68 | 42.75 | 20.45 | - |
| YUV | 170.92 | 92.49 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 178 | 108 | 0 | 0.02 | 0.40 | 0.29 | 57.53 | 0.33 | 0.57 |
| Hex | B5 | B2 | 6C | 0 | 2 | 28 | 1D | 3A | 21 | 39 |
| Octal | 265 | 262 | 154 | 0 | 2 | 50 | 35 | 72 | 41 | 71 |
| Binary | 10110101 | 10110010 | 1101100 | 0 | 10 | 101000 | 11101 | 111010 | 100001 | 111001 |
Color Harmonies of #B5B26C
Complementary color
Monochromatic Colors of #B5B26C
Black with #B5B26C
Text Example
Text Example
White with #B5B26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B26C; }
p { color: rgb(181,178,108); }
H1.HeaderClassName
{
color: #B5B26C;
}
.AnyTagClassName
{
color: #B5B26C;
}
</style>
background-color css
<style>
a { background-color: #B5B26C; }
a { background-color: rgb(181,178,108); }
div.DivClassName
{
background-color: #B5B26C;
}
.BgClassName
{
background-color: #B5B26C;
}
</style>
border-color css
<style>
span { border-color: #B5B26C; }
span { border-color: rgb(181,178,108); }
td.TdClassName
{
border-color: #B5B26C;
}
.TagClassName
{
border-color: #B5B26C;
}
</style>