Shades of Golden Brown #B06703
Tints of Golden Brown #B06703
RGB
CMYK
RGB Variations
Color information
#B06703 (or 0xB06703) is known color: Golden Brown. HEX triplet: B0, 67 and 03. RGB value is (176,103,3). Sum of RGB (Red+Green+Blue) = 176+103+3=282 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.41% from 282); Green value is 103 (40.62% from 255 or 36.52% from 282); Blue value is 3 (1.56% from 255 or 1.06% from 282); Max value from RGB is 176 - color contains mainly: red. Hex color #B06703 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06703 is #4F98FC. Grayscale: #717171. Windows color (decimal): -5216509 or 223152. OLE color: 223152.
HSL color Cylindrical-coordinate representation of color #B06703: hue angle of 34.68º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B06703 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 103 | 3 | - |
| CMYK | 0 | 0.41 | 0.98 | 0.31 |
| HSL | 34.68º | 0.97% | 0.35% | - |
| HSV(B) | 34.68º | 0.98% | 0.69% | - |
| XYZ | 22.77 | 18.94 | 2.54 | - |
| YUV | 113.43 | 65.68 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 103 | 3 | 0 | 0.41 | 0.98 | 0.31 | 34.68 | 0.97 | 0.35 |
| Hex | B0 | 67 | 3 | 0 | 29 | 62 | 1F | 23 | 61 | 23 |
| Octal | 260 | 147 | 3 | 0 | 51 | 142 | 37 | 43 | 141 | 43 |
| Binary | 10110000 | 1100111 | 11 | 0 | 101001 | 1100010 | 11111 | 100011 | 1100001 | 100011 |
Color Harmonies of #B06703
Complementary color
Monochromatic Colors of #B06703
Black with #B06703
Text Example
Text Example
White with #B06703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06703; }
p { color: rgb(176,103,3); }
H1.HeaderClassName
{
color: #B06703;
}
.AnyTagClassName
{
color: #B06703;
}
</style>
background-color css
<style>
a { background-color: #B06703; }
a { background-color: rgb(176,103,3); }
div.DivClassName
{
background-color: #B06703;
}
.BgClassName
{
background-color: #B06703;
}
</style>
border-color css
<style>
span { border-color: #B06703; }
span { border-color: rgb(176,103,3); }
td.TdClassName
{
border-color: #B06703;
}
.TagClassName
{
border-color: #B06703;
}
</style>