Shades of Dark Khaki #B1B473
Tints of Dark Khaki #B1B473
RGB
CMYK
RGB Variations
Color information
#B1B473 (or 0xB1B473) is known color: Dark Khaki. HEX triplet: B1, B4 and 73. RGB value is (177,180,115). Sum of RGB (Red+Green+Blue) = 177+180+115=472 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.5% from 472); Green value is 180 (70.70% from 255 or 38.14% from 472); Blue value is 115 (45.31% from 255 or 24.36% from 472); Max value from RGB is 180 - color contains mainly: green. Hex color #B1B473 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B473 is #4E4B8C. Grayscale: #ABABAB. Windows color (decimal): -5131149 or 7582897. OLE color: 7582897.
HSL color Cylindrical-coordinate representation of color #B1B473: hue angle of 62.77º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B1B473 is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 180 | 115 | - |
| CMYK | 0.02 | 0 | 0.36 | 0.29 |
| HSL | 62.77º | 0.3% | 0.58% | - |
| HSV(B) | 62.77º | 0.36% | 0.71% | - |
| XYZ | 37.55 | 43.23 | 22.58 | - |
| YUV | 171.69 | 96.01 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 180 | 115 | 0.02 | 0 | 0.36 | 0.29 | 62.77 | 0.3 | 0.58 |
| Hex | B1 | B4 | 73 | 2 | 0 | 24 | 1D | 3F | 1E | 3A |
| Octal | 261 | 264 | 163 | 2 | 0 | 44 | 35 | 77 | 36 | 72 |
| Binary | 10110001 | 10110100 | 1110011 | 10 | 0 | 100100 | 11101 | 111111 | 11110 | 111010 |
Color Harmonies of #B1B473
Complementary color
Monochromatic Colors of #B1B473
Black with #B1B473
Text Example
Text Example
White with #B1B473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B473; }
p { color: rgb(177,180,115); }
H1.HeaderClassName
{
color: #B1B473;
}
.AnyTagClassName
{
color: #B1B473;
}
</style>
background-color css
<style>
a { background-color: #B1B473; }
a { background-color: rgb(177,180,115); }
div.DivClassName
{
background-color: #B1B473;
}
.BgClassName
{
background-color: #B1B473;
}
</style>
border-color css
<style>
span { border-color: #B1B473; }
span { border-color: rgb(177,180,115); }
td.TdClassName
{
border-color: #B1B473;
}
.TagClassName
{
border-color: #B1B473;
}
</style>