#B17437

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

Shades of Reno Sand #B17437

Tints of Reno Sand #B17437

Color information

#B17437 (or 0xB17437) is unknown color: approx Reno Sand. HEX triplet: B1, 74 and 37. RGB value is (177,116,55). Sum of RGB (Red+Green+Blue) = 177+116+55=348 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.86% from 348); Green value is 116 (45.70% from 255 or 33.33% from 348); Blue value is 55 (21.88% from 255 or 15.80% from 348); Max value from RGB is 177 - color contains mainly: red. Hex color #B17437 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17437 is #4E8BC8. Grayscale: #7F7F7F. Windows color (decimal): -5147593 or 3634353. OLE color: 3634353.

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

Color convert

RGB17711655-
CMYK00.340.690.31
HSL30º52.59%45.49%-
HSV(B)30º68.93%69.41%-
XYZ25.0722.116.56-
YUV127.2887.21163.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.86%
GREEN value IS 116 (45.70% from 255) = 33.33%
BLUE value IS 55 (21.88% from 255) = 15.80%
R=50.86%
G=33.33%
B=15.80%

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
Decimal1771165500.340.690.313052.5945.49
HexB17437022451F1e352d
Octal2611646704210537366555
Binary101100011110100110111010001010001011111111110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17437; }

 p { color: rgb(177,116,55); }

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

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

 a { background-color: rgb(177,116,55); }

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

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

 span { border-color: rgb(177,116,55); }

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