#B47038

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

Shades of Reno Sand #B47038

Tints of Reno Sand #B47038

Color information

#B47038 (or 0xB47038) is unknown color: approx Reno Sand. HEX triplet: B4, 70 and 38. RGB value is (180,112,56). Sum of RGB (Red+Green+Blue) = 180+112+56=348 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.72% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 56 (22.27% from 255 or 16.09% from 348); Max value from RGB is 180 - color contains mainly: red. Hex color #B47038 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47038 is #4B8FC7. Grayscale: #7E7E7E. Windows color (decimal): -4952008 or 3698868. OLE color: 3698868.

HSL color Cylindrical-coordinate representation of color #B47038: hue angle of 27.1º 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 #B47038 is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB18011256-
CMYK00.380.690.29
HSL27.1º52.54%46.27%-
HSV(B)27.1º68.89%70.59%-
XYZ25.3321.586.57-
YUV125.9588.53166.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.72%
GREEN value IS 112 (44.14% from 255) = 32.18%
BLUE value IS 56 (22.27% from 255) = 16.09%
R=51.72%
G=32.18%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801125600.380.690.2927.152.5446.27
HexB47038026451D1b352e
Octal2641607004610535336556
Binary101101001110000111000010011010001011110111011110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47038; }

 p { color: rgb(180,112,56); }

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

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

 a { background-color: rgb(180,112,56); }

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

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

 span { border-color: rgb(180,112,56); }

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