Shades of Dark Khaki #B3B26B
Tints of Dark Khaki #B3B26B
RGB
CMYK
RGB Variations
Color information
#B3B26B (or 0xB3B26B) is known color: Dark Khaki. HEX triplet: B3, B2 and 6B. RGB value is (179,178,107). Sum of RGB (Red+Green+Blue) = 179+178+107=464 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.58% from 464); Green value is 178 (69.92% from 255 or 38.36% from 464); Blue value is 107 (42.19% from 255 or 23.06% from 464); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B26B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3B26B is #4C4D94. Grayscale: #AAAAAA. Windows color (decimal): -5000597 or 7058099. OLE color: 7058099.
HSL color Cylindrical-coordinate representation of color #B3B26B: hue angle of 59.17º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B3B26B is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 178 | 107 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.30 |
| HSL | 59.17º | 0.32% | 0.56% | - |
| HSV(B) | 59.17º | 0.4% | 0.7% | - |
| XYZ | 37.16 | 42.49 | 20.15 | - |
| YUV | 170.21 | 92.33 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 178 | 107 | 0 | 0.01 | 0.40 | 0.30 | 59.17 | 0.32 | 0.56 |
| Hex | B3 | B2 | 6B | 0 | 1 | 28 | 1E | 3B | 20 | 38 |
| Octal | 263 | 262 | 153 | 0 | 1 | 50 | 36 | 73 | 40 | 70 |
| Binary | 10110011 | 10110010 | 1101011 | 0 | 1 | 101000 | 11110 | 111011 | 100000 | 111000 |
Color Harmonies of #B3B26B
Complementary color
Monochromatic Colors of #B3B26B
Black with #B3B26B
Text Example
Text Example
White with #B3B26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B26B; }
p { color: rgb(179,178,107); }
H1.HeaderClassName
{
color: #B3B26B;
}
.AnyTagClassName
{
color: #B3B26B;
}
</style>
background-color css
<style>
a { background-color: #B3B26B; }
a { background-color: rgb(179,178,107); }
div.DivClassName
{
background-color: #B3B26B;
}
.BgClassName
{
background-color: #B3B26B;
}
</style>
border-color css
<style>
span { border-color: #B3B26B; }
span { border-color: rgb(179,178,107); }
td.TdClassName
{
border-color: #B3B26B;
}
.TagClassName
{
border-color: #B3B26B;
}
</style>