Shades of Golden Brown #B2670B
Tints of Golden Brown #B2670B
RGB
CMYK
RGB Variations
Color information
#B2670B (or 0xB2670B) is known color: Golden Brown. HEX triplet: B2, 67 and 0B. RGB value is (178,103,11). Sum of RGB (Red+Green+Blue) = 178+103+11=292 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.96% from 292); Green value is 103 (40.62% from 255 or 35.27% from 292); Blue value is 11 (4.69% from 255 or 3.77% from 292); Max value from RGB is 178 - color contains mainly: red. Hex color #B2670B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B2670B is #4D98F4. Grayscale: #737373. Windows color (decimal): -5085429 or 747442. OLE color: 747442.
HSL color Cylindrical-coordinate representation of color #B2670B: hue angle of 33.05º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B2670B is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 103 | 11 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.30 |
| HSL | 33.05º | 0.88% | 0.37% | - |
| HSV(B) | 33.05º | 0.94% | 0.7% | - |
| XYZ | 23.27 | 19.19 | 2.79 | - |
| YUV | 114.94 | 69.35 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 103 | 11 | 0 | 0.42 | 0.94 | 0.30 | 33.05 | 0.88 | 0.37 |
| Hex | B2 | 67 | B | 0 | 2A | 5E | 1E | 21 | 58 | 25 |
| Octal | 262 | 147 | 13 | 0 | 52 | 136 | 36 | 41 | 130 | 45 |
| Binary | 10110010 | 1100111 | 1011 | 0 | 101010 | 1011110 | 11110 | 100001 | 1011000 | 100101 |
Color Harmonies of #B2670B
Complementary color
Monochromatic Colors of #B2670B
Black with #B2670B
Text Example
Text Example
White with #B2670B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2670B; }
p { color: rgb(178,103,11); }
H1.HeaderClassName
{
color: #B2670B;
}
.AnyTagClassName
{
color: #B2670B;
}
</style>
background-color css
<style>
a { background-color: #B2670B; }
a { background-color: rgb(178,103,11); }
div.DivClassName
{
background-color: #B2670B;
}
.BgClassName
{
background-color: #B2670B;
}
</style>
border-color css
<style>
span { border-color: #B2670B; }
span { border-color: rgb(178,103,11); }
td.TdClassName
{
border-color: #B2670B;
}
.TagClassName
{
border-color: #B2670B;
}
</style>