#B57135

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

Shades of Reno Sand #B57135

Tints of Reno Sand #B57135

Color information

#B57135 (or 0xB57135) is unknown color: approx Reno Sand. HEX triplet: B5, 71 and 35. RGB value is (181,113,53). Sum of RGB (Red+Green+Blue) = 181+113+53=347 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.16% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 53 (21.09% from 255 or 15.27% from 347); Max value from RGB is 181 - color contains mainly: red. Hex color #B57135 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57135 is #4A8ECA. Grayscale: #7E7E7E. Windows color (decimal): -4886219 or 3502517. OLE color: 3502517.

HSL color Cylindrical-coordinate representation of color #B57135: hue angle of 28.12º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B57135 is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB18111353-
CMYK00.380.710.29
HSL28.12º54.7%45.88%-
HSV(B)28.12º70.72%70.98%-
XYZ25.621.896.24-
YUV126.4986.53166.88-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.16%
GREEN value IS 113 (44.53% from 255) = 32.56%
BLUE value IS 53 (21.09% from 255) = 15.27%
R=52.16%
G=32.56%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811135300.380.710.2928.1254.745.88
HexB57135026471D1c372e
Octal2651616504610735346756
Binary101101011110001110101010011010001111110111100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57135; }

 p { color: rgb(181,113,53); }

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

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

 a { background-color: rgb(181,113,53); }

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

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

 span { border-color: rgb(181,113,53); }

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