Shades of Dark Khaki #B5B669
Tints of Dark Khaki #B5B669
RGB
CMYK
RGB Variations
Color information
#B5B669 (or 0xB5B669) is known color: Dark Khaki. HEX triplet: B5, B6 and 69. RGB value is (181,182,105). Sum of RGB (Red+Green+Blue) = 181+182+105=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 182 (71.48% from 255 or 38.89% from 468); Blue value is 105 (41.41% from 255 or 22.44% from 468); Max value from RGB is 182 - color contains mainly: green. Hex color #B5B669 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B669 is #4A4996. Grayscale: #ADADAD. Windows color (decimal): -4868503 or 6928053. OLE color: 6928053.
HSL color Cylindrical-coordinate representation of color #B5B669: hue angle of 60.78º degrees, saturation: 0.35, 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 #B5B669 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 182 | 105 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.29 |
| HSL | 60.78º | 0.35% | 0.56% | - |
| HSV(B) | 60.78º | 0.42% | 0.71% | - |
| XYZ | 38.33 | 44.3 | 19.89 | - |
| YUV | 172.92 | 89.67 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 182 | 105 | 0.01 | 0 | 0.42 | 0.29 | 60.78 | 0.35 | 0.56 |
| Hex | B5 | B6 | 69 | 1 | 0 | 2A | 1D | 3D | 23 | 38 |
| Octal | 265 | 266 | 151 | 1 | 0 | 52 | 35 | 75 | 43 | 70 |
| Binary | 10110101 | 10110110 | 1101001 | 1 | 0 | 101010 | 11101 | 111101 | 100011 | 111000 |
Color Harmonies of #B5B669
Complementary color
Monochromatic Colors of #B5B669
Black with #B5B669
Text Example
Text Example
White with #B5B669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B669; }
p { color: rgb(181,182,105); }
H1.HeaderClassName
{
color: #B5B669;
}
.AnyTagClassName
{
color: #B5B669;
}
</style>
background-color css
<style>
a { background-color: #B5B669; }
a { background-color: rgb(181,182,105); }
div.DivClassName
{
background-color: #B5B669;
}
.BgClassName
{
background-color: #B5B669;
}
</style>
border-color css
<style>
span { border-color: #B5B669; }
span { border-color: rgb(181,182,105); }
td.TdClassName
{
border-color: #B5B669;
}
.TagClassName
{
border-color: #B5B669;
}
</style>