#b57238

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

Shades of Reno Sand #B57238

Tints of Reno Sand #B57238

Color information

#B57238 (or 0xB57238) is unknown color: approx Reno Sand. HEX triplet: B5, 72 and 38. RGB value is (181,114,56). Sum of RGB (Red+Green+Blue) = 181+114+56=351 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.57% from 351); Green value is 114 (44.92% from 255 or 32.48% from 351); Blue value is 56 (22.27% from 255 or 15.95% from 351); Max value from RGB is 181 - color contains mainly: red. Hex color #B57238 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57238 is #4A8DC7. Grayscale: #7F7F7F. Windows color (decimal): -4885960 or 3699381. OLE color: 3699381.

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

Color convert

RGB18111456-
CMYK00.370.690.29
HSL27.84º52.74%46.47%-
HSV(B)27.84º69.06%70.98%-
XYZ25.7922.146.66-
YUV127.4287.7166.22-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.57%
GREEN value IS 114 (44.92% from 255) = 32.48%
BLUE value IS 56 (22.27% from 255) = 15.95%
R=51.57%
G=32.48%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811145600.370.690.2927.8452.7446.47
HexB57238025451D1c352e
Octal2651627004510535346556
Binary101101011110010111000010010110001011110111100110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b57238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b57238; }

 p { color: rgb(181,114,56); }

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

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

 a { background-color: rgb(181,114,56); }

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

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

 span { border-color: rgb(181,114,56); }

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