Shades of Dark Khaki #B5B667
Tints of Dark Khaki #B5B667
RGB
CMYK
RGB Variations
Color information
#B5B667 (or 0xB5B667) is known color: Dark Khaki. HEX triplet: B5, B6 and 67. RGB value is (181,182,103). Sum of RGB (Red+Green+Blue) = 181+182+103=466 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.84% from 466); Green value is 182 (71.48% from 255 or 39.06% from 466); Blue value is 103 (40.62% from 255 or 22.10% from 466); Max value from RGB is 182 - color contains mainly: green. Hex color #B5B667 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B667 is #4A4998. Grayscale: #ADADAD. Windows color (decimal): -4868505 or 6796981. OLE color: 6796981.
HSL color Cylindrical-coordinate representation of color #B5B667: hue angle of 60.76º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B5B667 is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 182 | 103 | - |
| CMYK | 0.01 | 0 | 0.43 | 0.29 |
| HSL | 60.76º | 0.35% | 0.56% | - |
| HSV(B) | 60.76º | 0.43% | 0.71% | - |
| XYZ | 38.23 | 44.26 | 19.36 | - |
| YUV | 172.7 | 88.67 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 182 | 103 | 0.01 | 0 | 0.43 | 0.29 | 60.76 | 0.35 | 0.56 |
| Hex | B5 | B6 | 67 | 1 | 0 | 2B | 1D | 3D | 23 | 38 |
| Octal | 265 | 266 | 147 | 1 | 0 | 53 | 35 | 75 | 43 | 70 |
| Binary | 10110101 | 10110110 | 1100111 | 1 | 0 | 101011 | 11101 | 111101 | 100011 | 111000 |
Color Harmonies of #B5B667
Complementary color
Monochromatic Colors of #B5B667
Black with #B5B667
Text Example
Text Example
White with #B5B667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B667; }
p { color: rgb(181,182,103); }
H1.HeaderClassName
{
color: #B5B667;
}
.AnyTagClassName
{
color: #B5B667;
}
</style>
background-color css
<style>
a { background-color: #B5B667; }
a { background-color: rgb(181,182,103); }
div.DivClassName
{
background-color: #B5B667;
}
.BgClassName
{
background-color: #B5B667;
}
</style>
border-color css
<style>
span { border-color: #B5B667; }
span { border-color: rgb(181,182,103); }
td.TdClassName
{
border-color: #B5B667;
}
.TagClassName
{
border-color: #B5B667;
}
</style>