#B17430

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

Shades of Reno Sand #B17430

Tints of Reno Sand #B17430

Color information

#B17430 (or 0xB17430) is unknown color: approx Reno Sand. HEX triplet: B1, 74 and 30. RGB value is (177,116,48). Sum of RGB (Red+Green+Blue) = 177+116+48=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 48 (19.14% from 255 or 14.08% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B17430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17430 is #4E8BCF. Grayscale: #7E7E7E. Windows color (decimal): -5147600 or 3175601. OLE color: 3175601.

HSL color Cylindrical-coordinate representation of color #B17430: hue angle of 31.63º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B17430 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB17711648-
CMYK00.340.730.31
HSL31.63º57.33%44.12%-
HSV(B)31.63º72.88%69.41%-
XYZ24.9122.055.74-
YUV126.4983.71164.03-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.91%
GREEN value IS 116 (45.70% from 255) = 34.02%
BLUE value IS 48 (19.14% from 255) = 14.08%
R=51.91%
G=34.02%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771164800.340.730.3131.6357.3344.12
HexB17430022491F20392c
Octal2611646004211137407154
Binary1011000111101001100000100010100100111111100000111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17430; }

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

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

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

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

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

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

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

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