Shades of Dark Khaki #B3B46A
Tints of Dark Khaki #B3B46A
RGB
CMYK
RGB Variations
Color information
#B3B46A (or 0xB3B46A) is known color: Dark Khaki. HEX triplet: B3, B4 and 6A. RGB value is (179,180,106). Sum of RGB (Red+Green+Blue) = 179+180+106=465 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.49% from 465); Green value is 180 (70.70% from 255 or 38.71% from 465); Blue value is 106 (41.80% from 255 or 22.80% from 465); Max value from RGB is 180 - color contains mainly: green. Hex color #B3B46A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B46A is #4C4B95. Grayscale: #ABABAB. Windows color (decimal): -5000086 or 6993075. OLE color: 6993075.
HSL color Cylindrical-coordinate representation of color #B3B46A: hue angle of 60.81º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B3B46A is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 179 | 180 | 106 | - |
| CMYK | 0.01 | 0 | 0.41 | 0.29 |
| HSL | 60.81º | 0.33% | 0.56% | - |
| HSV(B) | 60.81º | 0.41% | 0.71% | - |
| XYZ | 37.51 | 43.27 | 20.01 | - |
| YUV | 171.27 | 91.17 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 180 | 106 | 0.01 | 0 | 0.41 | 0.29 | 60.81 | 0.33 | 0.56 |
| Hex | B3 | B4 | 6A | 1 | 0 | 29 | 1D | 3D | 21 | 38 |
| Octal | 263 | 264 | 152 | 1 | 0 | 51 | 35 | 75 | 41 | 70 |
| Binary | 10110011 | 10110100 | 1101010 | 1 | 0 | 101001 | 11101 | 111101 | 100001 | 111000 |
Color Harmonies of #B3B46A
Complementary color
Monochromatic Colors of #B3B46A
Black with #B3B46A
Text Example
Text Example
White with #B3B46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B46A; }
p { color: rgb(179,180,106); }
H1.HeaderClassName
{
color: #B3B46A;
}
.AnyTagClassName
{
color: #B3B46A;
}
</style>
background-color css
<style>
a { background-color: #B3B46A; }
a { background-color: rgb(179,180,106); }
div.DivClassName
{
background-color: #B3B46A;
}
.BgClassName
{
background-color: #B3B46A;
}
</style>
border-color css
<style>
span { border-color: #B3B46A; }
span { border-color: rgb(179,180,106); }
td.TdClassName
{
border-color: #B3B46A;
}
.TagClassName
{
border-color: #B3B46A;
}
</style>