#B17234

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

Shades of Reno Sand #B17234

Tints of Reno Sand #B17234

Color information

#B17234 (or 0xB17234) is unknown color: approx Reno Sand. HEX triplet: B1, 72 and 34. RGB value is (177,114,52). Sum of RGB (Red+Green+Blue) = 177+114+52=343 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.60% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 52 (20.70% from 255 or 15.16% from 343); Max value from RGB is 177 - color contains mainly: red. Hex color #B17234 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17234 is #4E8DCB. Grayscale: #7E7E7E. Windows color (decimal): -5148108 or 3437233. OLE color: 3437233.

HSL color Cylindrical-coordinate representation of color #B17234: hue angle of 29.76º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B17234 is Cyan = 0, Magento = 0.36, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB17711452-
CMYK00.360.710.31
HSL29.76º54.59%44.9%-
HSV(B)29.76º70.62%69.41%-
XYZ24.7721.636.12-
YUV125.7786.37164.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.60%
GREEN value IS 114 (44.92% from 255) = 33.24%
BLUE value IS 52 (20.70% from 255) = 15.16%
R=51.60%
G=33.24%
B=15.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771145200.360.710.3129.7654.5944.9
HexB17234024471F1e372d
Octal2611626404410737366755
Binary101100011110010110100010010010001111111111110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17234; }

 p { color: rgb(177,114,52); }

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

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

 a { background-color: rgb(177,114,52); }

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

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

 span { border-color: rgb(177,114,52); }

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