#B37438

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

Shades of Reno Sand #B37438

Tints of Reno Sand #B37438

Color information

#B37438 (or 0xB37438) is unknown color: approx Reno Sand. HEX triplet: B3, 74 and 38. RGB value is (179,116,56). Sum of RGB (Red+Green+Blue) = 179+116+56=351 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.00% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 56 (22.27% from 255 or 15.95% from 351); Max value from RGB is 179 - color contains mainly: red. Hex color #B37438 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37438 is #4C8BC7. Grayscale: #808080. Windows color (decimal): -5016520 or 3699891. OLE color: 3699891.

HSL color Cylindrical-coordinate representation of color #B37438: hue angle of 29.27º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B37438 is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB17911656-
CMYK00.350.690.30
HSL29.27º52.34%46.08%-
HSV(B)29.27º68.72%70.2%-
XYZ25.5522.366.71-
YUV12887.37164.38-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.00%
GREEN value IS 116 (45.70% from 255) = 33.05%
BLUE value IS 56 (22.27% from 255) = 15.95%
R=51.00%
G=33.05%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.69
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791165600.350.690.3029.2752.3446.08
HexB37438023451E1d342e
Octal2631647004310536356456
Binary101100111110100111000010001110001011111011101110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37438; }

 p { color: rgb(179,116,56); }

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

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

 a { background-color: rgb(179,116,56); }

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

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

 span { border-color: rgb(179,116,56); }

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