Shades of Dark Khaki #B5B269
Tints of Dark Khaki #B5B269
RGB
CMYK
RGB Variations
Color information
#B5B269 (or 0xB5B269) is known color: Dark Khaki. HEX triplet: B5, B2 and 69. RGB value is (181,178,105). Sum of RGB (Red+Green+Blue) = 181+178+105=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 178 (69.92% from 255 or 38.36% from 464); Blue value is 105 (41.41% from 255 or 22.63% from 464); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5B269 is #4A4D96. Grayscale: #AAAAAA. Windows color (decimal): -4869527 or 6927029. OLE color: 6927029.
HSL color Cylindrical-coordinate representation of color #B5B269: hue angle of 57.63º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B5B269 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 178 | 105 | - |
| CMYK | 0 | 0.02 | 0.42 | 0.29 |
| HSL | 57.63º | 0.34% | 0.56% | - |
| HSV(B) | 57.63º | 0.42% | 0.71% | - |
| XYZ | 37.53 | 42.68 | 19.63 | - |
| YUV | 170.58 | 90.99 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 178 | 105 | 0 | 0.02 | 0.42 | 0.29 | 57.63 | 0.34 | 0.56 |
| Hex | B5 | B2 | 69 | 0 | 2 | 2A | 1D | 3A | 22 | 38 |
| Octal | 265 | 262 | 151 | 0 | 2 | 52 | 35 | 72 | 42 | 70 |
| Binary | 10110101 | 10110010 | 1101001 | 0 | 10 | 101010 | 11101 | 111010 | 100010 | 111000 |
Color Harmonies of #B5B269
Complementary color
Monochromatic Colors of #B5B269
Black with #B5B269
Text Example
Text Example
White with #B5B269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B269; }
p { color: rgb(181,178,105); }
H1.HeaderClassName
{
color: #B5B269;
}
.AnyTagClassName
{
color: #B5B269;
}
</style>
background-color css
<style>
a { background-color: #B5B269; }
a { background-color: rgb(181,178,105); }
div.DivClassName
{
background-color: #B5B269;
}
.BgClassName
{
background-color: #B5B269;
}
</style>
border-color css
<style>
span { border-color: #B5B269; }
span { border-color: rgb(181,178,105); }
td.TdClassName
{
border-color: #B5B269;
}
.TagClassName
{
border-color: #B5B269;
}
</style>