#B07033

Color #B07033 Reno Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reno Sand #B07033

Tints of Reno Sand #B07033

Color information

#B07033 (or 0xB07033) is unknown color: approx Reno Sand. HEX triplet: B0, 70 and 33. RGB value is (176,112,51). Sum of RGB (Red+Green+Blue) = 176+112+51=339 (44% of max value = 765). Red value is 176 (69.14% from 255 or 51.92% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 51 (20.31% from 255 or 15.04% from 339); Max value from RGB is 176 - color contains mainly: red. Hex color #B07033 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07033 is #4F8FCC. Grayscale: #7C7C7C. Windows color (decimal): -5214157 or 3371184. OLE color: 3371184.

HSL color Cylindrical-coordinate representation of color #B07033: hue angle of 29.28º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B07033 is Cyan = 0, Magento = 0.36, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB17611251-
CMYK00.360.710.31
HSL29.28º55.07%44.51%-
HSV(B)29.28º71.02%69.02%-
XYZ24.321.065.92-
YUV124.1886.7164.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 51.92%
GREEN value IS 112 (44.14% from 255) = 33.04%
BLUE value IS 51 (20.31% from 255) = 15.04%
R=51.92%
G=33.04%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761125100.360.710.3129.2855.0744.51
HexB07033024471F1d372d
Octal2601606304410737356755
Binary101100001110000110011010010010001111111111101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07033; }

 p { color: rgb(176,112,51); }

 H1.HeaderClassName
 {
   color: #B07033;
 }
 .AnyTagClassName
 {
   color: #B07033;
 }
</style>
background-color css

<style>
 a { background-color: #B07033; }

 a { background-color: rgb(176,112,51); }

 div.DivClassName
 {
   background-color: #B07033;
 }
 .BgClassName
 {
   background-color: #B07033;
 }
</style>
border-color css

<style>
 span { border-color: #B07033; }

 span { border-color: rgb(176,112,51); }

 td.TdClassName
 {
   border-color: #B07033;
 }
 .TagClassName
 {
   border-color: #B07033;
 }
</style>