Shades of Dark Khaki #B5B467
Tints of Dark Khaki #B5B467
RGB
CMYK
RGB Variations
Color information
#B5B467 (or 0xB5B467) is known color: Dark Khaki. HEX triplet: B5, B4 and 67. RGB value is (181,180,103). Sum of RGB (Red+Green+Blue) = 181+180+103=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 180 (70.70% from 255 or 38.79% from 464); Blue value is 103 (40.62% from 255 or 22.20% from 464); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B467 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B467 is #4A4B98. Grayscale: #ABABAB. Windows color (decimal): -4869017 or 6796469. OLE color: 6796469.
HSL color Cylindrical-coordinate representation of color #B5B467: hue angle of 59.23º 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 #B5B467 is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 180 | 103 | - |
| CMYK | 0 | 0.01 | 0.43 | 0.29 |
| HSL | 59.23º | 0.35% | 0.56% | - |
| HSV(B) | 59.23º | 0.43% | 0.71% | - |
| XYZ | 37.83 | 43.45 | 19.22 | - |
| YUV | 171.52 | 89.33 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 180 | 103 | 0 | 0.01 | 0.43 | 0.29 | 59.23 | 0.35 | 0.56 |
| Hex | B5 | B4 | 67 | 0 | 1 | 2B | 1D | 3B | 23 | 38 |
| Octal | 265 | 264 | 147 | 0 | 1 | 53 | 35 | 73 | 43 | 70 |
| Binary | 10110101 | 10110100 | 1100111 | 0 | 1 | 101011 | 11101 | 111011 | 100011 | 111000 |
Color Harmonies of #B5B467
Complementary color
Monochromatic Colors of #B5B467
Black with #B5B467
Text Example
Text Example
White with #B5B467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B467; }
p { color: rgb(181,180,103); }
H1.HeaderClassName
{
color: #B5B467;
}
.AnyTagClassName
{
color: #B5B467;
}
</style>
background-color css
<style>
a { background-color: #B5B467; }
a { background-color: rgb(181,180,103); }
div.DivClassName
{
background-color: #B5B467;
}
.BgClassName
{
background-color: #B5B467;
}
</style>
border-color css
<style>
span { border-color: #B5B467; }
span { border-color: rgb(181,180,103); }
td.TdClassName
{
border-color: #B5B467;
}
.TagClassName
{
border-color: #B5B467;
}
</style>