Shades of Dark Khaki #B8B37B
Tints of Dark Khaki #B8B37B
RGB
CMYK
RGB Variations
Color information
#B8B37B (or 0xB8B37B) is known color: Dark Khaki. HEX triplet: B8, B3 and 7B. RGB value is (184,179,123). Sum of RGB (Red+Green+Blue) = 184+179+123=486 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.86% from 486); Green value is 179 (70.31% from 255 or 36.83% from 486); Blue value is 123 (48.44% from 255 or 25.31% from 486); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B37B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B37B is #474C84. Grayscale: #AEAEAE. Windows color (decimal): -4672645 or 8106936. OLE color: 8106936.
HSL color Cylindrical-coordinate representation of color #B8B37B: hue angle of 55.08º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B8B37B is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 179 | 123 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.28 |
| HSL | 55.08º | 0.3% | 0.6% | - |
| HSV(B) | 55.08º | 0.33% | 0.72% | - |
| XYZ | 39.46 | 43.86 | 25.12 | - |
| YUV | 174.11 | 99.16 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 179 | 123 | 0 | 0.03 | 0.33 | 0.28 | 55.08 | 0.3 | 0.6 |
| Hex | B8 | B3 | 7B | 0 | 3 | 21 | 1C | 37 | 1E | 3C |
| Octal | 270 | 263 | 173 | 0 | 3 | 41 | 34 | 67 | 36 | 74 |
| Binary | 10111000 | 10110011 | 1111011 | 0 | 11 | 100001 | 11100 | 110111 | 11110 | 111100 |
Color Harmonies of #B8B37B
Complementary color
Monochromatic Colors of #B8B37B
Black with #B8B37B
Text Example
Text Example
White with #B8B37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B37B; }
p { color: rgb(184,179,123); }
H1.HeaderClassName
{
color: #B8B37B;
}
.AnyTagClassName
{
color: #B8B37B;
}
</style>
background-color css
<style>
a { background-color: #B8B37B; }
a { background-color: rgb(184,179,123); }
div.DivClassName
{
background-color: #B8B37B;
}
.BgClassName
{
background-color: #B8B37B;
}
</style>
border-color css
<style>
span { border-color: #B8B37B; }
span { border-color: rgb(184,179,123); }
td.TdClassName
{
border-color: #B8B37B;
}
.TagClassName
{
border-color: #B8B37B;
}
</style>