Shades of Dark Khaki #B5B369
Tints of Dark Khaki #B5B369
RGB
CMYK
RGB Variations
Color information
#B5B369 (or 0xB5B369) is known color: Dark Khaki. HEX triplet: B5, B3 and 69. RGB value is (181,179,105). Sum of RGB (Red+Green+Blue) = 181+179+105=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 179 (70.31% from 255 or 38.49% from 465); Blue value is 105 (41.41% from 255 or 22.58% from 465); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B369 is #4A4C96. Grayscale: #ABABAB. Windows color (decimal): -4869271 or 6927285. OLE color: 6927285.
HSL color Cylindrical-coordinate representation of color #B5B369: hue angle of 58.42º 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 #B5B369 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 179 | 105 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.29 |
| HSL | 58.42º | 0.34% | 0.56% | - |
| HSV(B) | 58.42º | 0.42% | 0.71% | - |
| XYZ | 37.73 | 43.08 | 19.69 | - |
| YUV | 171.16 | 90.66 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 179 | 105 | 0 | 0.01 | 0.42 | 0.29 | 58.42 | 0.34 | 0.56 |
| Hex | B5 | B3 | 69 | 0 | 1 | 2A | 1D | 3A | 22 | 38 |
| Octal | 265 | 263 | 151 | 0 | 1 | 52 | 35 | 72 | 42 | 70 |
| Binary | 10110101 | 10110011 | 1101001 | 0 | 1 | 101010 | 11101 | 111010 | 100010 | 111000 |
Color Harmonies of #B5B369
Complementary color
Monochromatic Colors of #B5B369
Black with #B5B369
Text Example
Text Example
White with #B5B369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B369; }
p { color: rgb(181,179,105); }
H1.HeaderClassName
{
color: #B5B369;
}
.AnyTagClassName
{
color: #B5B369;
}
</style>
background-color css
<style>
a { background-color: #B5B369; }
a { background-color: rgb(181,179,105); }
div.DivClassName
{
background-color: #B5B369;
}
.BgClassName
{
background-color: #B5B369;
}
</style>
border-color css
<style>
span { border-color: #B5B369; }
span { border-color: rgb(181,179,105); }
td.TdClassName
{
border-color: #B5B369;
}
.TagClassName
{
border-color: #B5B369;
}
</style>