#B17334

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

Shades of Reno Sand #B17334

Tints of Reno Sand #B17334

Color information

#B17334 (or 0xB17334) is unknown color: approx Reno Sand. HEX triplet: B1, 73 and 34. RGB value is (177,115,52). Sum of RGB (Red+Green+Blue) = 177+115+52=344 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.45% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 52 (20.70% from 255 or 15.12% from 344); Max value from RGB is 177 - color contains mainly: red. Hex color #B17334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17334 is #4E8CCB. Grayscale: #7E7E7E. Windows color (decimal): -5147852 or 3437489. OLE color: 3437489.

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

Color convert

RGB17711552-
CMYK00.350.710.31
HSL30.24º54.59%44.9%-
HSV(B)30.24º70.62%69.41%-
XYZ24.8821.866.16-
YUV126.3686.04164.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.45%
GREEN value IS 115 (45.31% from 255) = 33.43%
BLUE value IS 52 (20.70% from 255) = 15.12%
R=51.45%
G=33.43%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771155200.350.710.3130.2454.5944.9
HexB17334023471F1e372d
Octal2611636404310737366755
Binary101100011110011110100010001110001111111111110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17334; }

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

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

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

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

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

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

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

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