Shades of Golden Brown #B2660C
Tints of Golden Brown #B2660C
RGB
CMYK
RGB Variations
Color information
#B2660C (or 0xB2660C) is known color: Golden Brown. HEX triplet: B2, 66 and 0C. RGB value is (178,102,12). Sum of RGB (Red+Green+Blue) = 178+102+12=292 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.96% from 292); Green value is 102 (40.23% from 255 or 34.93% from 292); Blue value is 12 (5.08% from 255 or 4.11% from 292); Max value from RGB is 178 - color contains mainly: red. Hex color #B2660C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B2660C is #4D99F3. Grayscale: #727272. Windows color (decimal): -5085684 or 812722. OLE color: 812722.
HSL color Cylindrical-coordinate representation of color #B2660C: hue angle of 32.53º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B2660C is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 102 | 12 | - |
| CMYK | 0 | 0.43 | 0.93 | 0.30 |
| HSL | 32.53º | 0.87% | 0.37% | - |
| HSV(B) | 32.53º | 0.93% | 0.7% | - |
| XYZ | 23.18 | 18.99 | 2.79 | - |
| YUV | 114.46 | 70.18 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 102 | 12 | 0 | 0.43 | 0.93 | 0.30 | 32.53 | 0.87 | 0.37 |
| Hex | B2 | 66 | C | 0 | 2B | 5D | 1E | 21 | 57 | 25 |
| Octal | 262 | 146 | 14 | 0 | 53 | 135 | 36 | 41 | 127 | 45 |
| Binary | 10110010 | 1100110 | 1100 | 0 | 101011 | 1011101 | 11110 | 100001 | 1010111 | 100101 |
Color Harmonies of #B2660C
Complementary color
Monochromatic Colors of #B2660C
Black with #B2660C
Text Example
Text Example
White with #B2660C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2660C; }
p { color: rgb(178,102,12); }
H1.HeaderClassName
{
color: #B2660C;
}
.AnyTagClassName
{
color: #B2660C;
}
</style>
background-color css
<style>
a { background-color: #B2660C; }
a { background-color: rgb(178,102,12); }
div.DivClassName
{
background-color: #B2660C;
}
.BgClassName
{
background-color: #B2660C;
}
</style>
border-color css
<style>
span { border-color: #B2660C; }
span { border-color: rgb(178,102,12); }
td.TdClassName
{
border-color: #B2660C;
}
.TagClassName
{
border-color: #B2660C;
}
</style>