Shades of Dark Khaki #B2B375
Tints of Dark Khaki #B2B375
RGB
CMYK
RGB Variations
Color information
#B2B375 (or 0xB2B375) is known color: Dark Khaki. HEX triplet: B2, B3 and 75. RGB value is (178,179,117). Sum of RGB (Red+Green+Blue) = 178+179+117=474 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.55% from 474); Green value is 179 (70.31% from 255 or 37.76% from 474); Blue value is 117 (46.09% from 255 or 24.68% from 474); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B375 is #4D4C8A. Grayscale: #ABABAB. Windows color (decimal): -5065867 or 7713714. OLE color: 7713714.
HSL color Cylindrical-coordinate representation of color #B2B375: hue angle of 60.97º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B2B375 is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 179 | 117 | - |
| CMYK | 0.01 | 0 | 0.35 | 0.30 |
| HSL | 60.97º | 0.29% | 0.58% | - |
| HSV(B) | 60.97º | 0.35% | 0.7% | - |
| XYZ | 37.69 | 42.99 | 23.14 | - |
| YUV | 171.63 | 97.17 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 179 | 117 | 0.01 | 0 | 0.35 | 0.30 | 60.97 | 0.29 | 0.58 |
| Hex | B2 | B3 | 75 | 1 | 0 | 23 | 1E | 3D | 1D | 3A |
| Octal | 262 | 263 | 165 | 1 | 0 | 43 | 36 | 75 | 35 | 72 |
| Binary | 10110010 | 10110011 | 1110101 | 1 | 0 | 100011 | 11110 | 111101 | 11101 | 111010 |
Color Harmonies of #B2B375
Complementary color
Monochromatic Colors of #B2B375
Black with #B2B375
Text Example
Text Example
White with #B2B375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B375; }
p { color: rgb(178,179,117); }
H1.HeaderClassName
{
color: #B2B375;
}
.AnyTagClassName
{
color: #B2B375;
}
</style>
background-color css
<style>
a { background-color: #B2B375; }
a { background-color: rgb(178,179,117); }
div.DivClassName
{
background-color: #B2B375;
}
.BgClassName
{
background-color: #B2B375;
}
</style>
border-color css
<style>
span { border-color: #B2B375; }
span { border-color: rgb(178,179,117); }
td.TdClassName
{
border-color: #B2B375;
}
.TagClassName
{
border-color: #B2B375;
}
</style>