#B07536

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

Shades of Reno Sand #B07536

Tints of Reno Sand #B07536

Color information

#B07536 (or 0xB07536) is unknown color: approx Reno Sand. HEX triplet: B0, 75 and 36. RGB value is (176,117,54). Sum of RGB (Red+Green+Blue) = 176+117+54=347 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.72% from 347); Green value is 117 (46.09% from 255 or 33.72% from 347); Blue value is 54 (21.48% from 255 or 15.56% from 347); Max value from RGB is 176 - color contains mainly: red. Hex color #B07536 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07536 is #4F8AC9. Grayscale: #7F7F7F. Windows color (decimal): -5212874 or 3569072. OLE color: 3569072.

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

Color convert

RGB17611754-
CMYK00.340.690.31
HSL30.98º53.04%45.1%-
HSV(B)30.98º69.32%69.02%-
XYZ24.9322.226.46-
YUV127.4686.55162.62-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.72%
GREEN value IS 117 (46.09% from 255) = 33.72%
BLUE value IS 54 (21.48% from 255) = 15.56%
R=50.72%
G=33.72%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761175400.340.690.3130.9853.0445.1
HexB07536022451F1f352d
Octal2601656604210537376555
Binary101100001110101110110010001010001011111111111110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07536; }

 p { color: rgb(176,117,54); }

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

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

 a { background-color: rgb(176,117,54); }

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

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

 span { border-color: rgb(176,117,54); }

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