#B17135

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

Shades of Reno Sand #B17135

Tints of Reno Sand #B17135

Color information

#B17135 (or 0xB17135) is unknown color: approx Reno Sand. HEX triplet: B1, 71 and 35. RGB value is (177,113,53). Sum of RGB (Red+Green+Blue) = 177+113+53=343 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.60% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 53 (21.09% from 255 or 15.45% from 343); Max value from RGB is 177 - color contains mainly: red. Hex color #B17135 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17135 is #4E8ECA. Grayscale: #7D7D7D. Windows color (decimal): -5148363 or 3502513. OLE color: 3502513.

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

Color convert

RGB17711353-
CMYK00.360.700.31
HSL29.03º53.91%45.1%-
HSV(B)29.03º70.06%69.41%-
XYZ24.6821.416.2-
YUV125.387.2164.88-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.60%
GREEN value IS 113 (44.53% from 255) = 32.94%
BLUE value IS 53 (21.09% from 255) = 15.45%
R=51.60%
G=32.94%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771135300.360.700.3129.0353.9145.1
HexB17135024461F1d362d
Octal2611616504410637356655
Binary101100011110001110101010010010001101111111101110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17135; }

 p { color: rgb(177,113,53); }

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

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

 a { background-color: rgb(177,113,53); }

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

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

 span { border-color: rgb(177,113,53); }

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