Shades of Golden Brown #B0661A
Tints of Golden Brown #B0661A
RGB
CMYK
RGB Variations
Color information
#B0661A (or 0xB0661A) is known color: Golden Brown. HEX triplet: B0, 66 and 1A. RGB value is (176,102,26). Sum of RGB (Red+Green+Blue) = 176+102+26=304 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.89% from 304); Green value is 102 (40.23% from 255 or 33.55% from 304); Blue value is 26 (10.55% from 255 or 8.55% from 304); Max value from RGB is 176 - color contains mainly: red. Hex color #B0661A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0661A is #4F99E5. Grayscale: #737373. Windows color (decimal): -5216742 or 1730224. OLE color: 1730224.
HSL color Cylindrical-coordinate representation of color #B0661A: hue angle of 30.4º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B0661A is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 102 | 26 | - |
| CMYK | 0 | 0.42 | 0.85 | 0.31 |
| HSL | 30.4º | 0.74% | 0.4% | - |
| HSV(B) | 30.4º | 0.85% | 0.69% | - |
| XYZ | 22.84 | 18.81 | 3.4 | - |
| YUV | 115.46 | 77.52 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 102 | 26 | 0 | 0.42 | 0.85 | 0.31 | 30.4 | 0.74 | 0.4 |
| Hex | B0 | 66 | 1A | 0 | 2A | 55 | 1F | 1E | 4A | 28 |
| Octal | 260 | 146 | 32 | 0 | 52 | 125 | 37 | 36 | 112 | 50 |
| Binary | 10110000 | 1100110 | 11010 | 0 | 101010 | 1010101 | 11111 | 11110 | 1001010 | 101000 |
Color Harmonies of #B0661A
Complementary color
Monochromatic Colors of #B0661A
Black with #B0661A
Text Example
Text Example
White with #B0661A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0661A; }
p { color: rgb(176,102,26); }
H1.HeaderClassName
{
color: #B0661A;
}
.AnyTagClassName
{
color: #B0661A;
}
</style>
background-color css
<style>
a { background-color: #B0661A; }
a { background-color: rgb(176,102,26); }
div.DivClassName
{
background-color: #B0661A;
}
.BgClassName
{
background-color: #B0661A;
}
</style>
border-color css
<style>
span { border-color: #B0661A; }
span { border-color: rgb(176,102,26); }
td.TdClassName
{
border-color: #B0661A;
}
.TagClassName
{
border-color: #B0661A;
}
</style>