Shades of Dark Khaki #B3B277
Tints of Dark Khaki #B3B277
RGB
CMYK
RGB Variations
Color information
#B3B277 (or 0xB3B277) is known color: Dark Khaki. HEX triplet: B3, B2 and 77. RGB value is (179,178,119). Sum of RGB (Red+Green+Blue) = 179+178+119=476 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.61% from 476); Green value is 178 (69.92% from 255 or 37.39% from 476); Blue value is 119 (46.88% from 255 or 25% from 476); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3B277 is #4C4D88. Grayscale: #ABABAB. Windows color (decimal): -5000585 or 7844531. OLE color: 7844531.
HSL color Cylindrical-coordinate representation of color #B3B277: hue angle of 59º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B3B277 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 178 | 119 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.30 |
| HSL | 59º | 0.28% | 0.58% | - |
| HSV(B) | 59º | 0.34% | 0.7% | - |
| XYZ | 37.84 | 42.76 | 23.71 | - |
| YUV | 171.57 | 98.33 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 178 | 119 | 0 | 0.01 | 0.34 | 0.30 | 59 | 0.28 | 0.58 |
| Hex | B3 | B2 | 77 | 0 | 1 | 22 | 1E | 3B | 1C | 3A |
| Octal | 263 | 262 | 167 | 0 | 1 | 42 | 36 | 73 | 34 | 72 |
| Binary | 10110011 | 10110010 | 1110111 | 0 | 1 | 100010 | 11110 | 111011 | 11100 | 111010 |
Color Harmonies of #B3B277
Complementary color
Monochromatic Colors of #B3B277
Black with #B3B277
Text Example
Text Example
White with #B3B277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B277; }
p { color: rgb(179,178,119); }
H1.HeaderClassName
{
color: #B3B277;
}
.AnyTagClassName
{
color: #B3B277;
}
</style>
background-color css
<style>
a { background-color: #B3B277; }
a { background-color: rgb(179,178,119); }
div.DivClassName
{
background-color: #B3B277;
}
.BgClassName
{
background-color: #B3B277;
}
</style>
border-color css
<style>
span { border-color: #B3B277; }
span { border-color: rgb(179,178,119); }
td.TdClassName
{
border-color: #B3B277;
}
.TagClassName
{
border-color: #B3B277;
}
</style>