Shades of Dark Khaki #B8B277
Tints of Dark Khaki #B8B277
RGB
CMYK
RGB Variations
Color information
#B8B277 (or 0xB8B277) is known color: Dark Khaki. HEX triplet: B8, B2 and 77. RGB value is (184,178,119). Sum of RGB (Red+Green+Blue) = 184+178+119=481 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.25% from 481); Green value is 178 (69.92% from 255 or 37.01% from 481); Blue value is 119 (46.88% from 255 or 24.74% from 481); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8B277 is #474D88. Grayscale: #ADADAD. Windows color (decimal): -4672905 or 7844536. OLE color: 7844536.
HSL color Cylindrical-coordinate representation of color #B8B277: hue angle of 54.46º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B8B277 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 178 | 119 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.28 |
| HSL | 54.46º | 0.31% | 0.59% | - |
| HSV(B) | 54.46º | 0.35% | 0.72% | - |
| XYZ | 39.02 | 43.36 | 23.77 | - |
| YUV | 173.07 | 97.49 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 178 | 119 | 0 | 0.03 | 0.35 | 0.28 | 54.46 | 0.31 | 0.59 |
| Hex | B8 | B2 | 77 | 0 | 3 | 23 | 1C | 36 | 1F | 3B |
| Octal | 270 | 262 | 167 | 0 | 3 | 43 | 34 | 66 | 37 | 73 |
| Binary | 10111000 | 10110010 | 1110111 | 0 | 11 | 100011 | 11100 | 110110 | 11111 | 111011 |
Color Harmonies of #B8B277
Complementary color
Monochromatic Colors of #B8B277
Black with #B8B277
Text Example
Text Example
White with #B8B277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B277; }
p { color: rgb(184,178,119); }
H1.HeaderClassName
{
color: #B8B277;
}
.AnyTagClassName
{
color: #B8B277;
}
</style>
background-color css
<style>
a { background-color: #B8B277; }
a { background-color: rgb(184,178,119); }
div.DivClassName
{
background-color: #B8B277;
}
.BgClassName
{
background-color: #B8B277;
}
</style>
border-color css
<style>
span { border-color: #B8B277; }
span { border-color: rgb(184,178,119); }
td.TdClassName
{
border-color: #B8B277;
}
.TagClassName
{
border-color: #B8B277;
}
</style>