#B1733B

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

Shades of Reno Sand #B1733B

Tints of Reno Sand #B1733B

Color information

#B1733B (or 0xB1733B) is unknown color: approx Reno Sand. HEX triplet: B1, 73 and 3B. RGB value is (177,115,59). Sum of RGB (Red+Green+Blue) = 177+115+59=351 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.43% from 351); Green value is 115 (45.31% from 255 or 32.76% from 351); Blue value is 59 (23.44% from 255 or 16.81% from 351); Max value from RGB is 177 - color contains mainly: red. Hex color #B1733B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1733B is #4E8CC4. Grayscale: #7F7F7F. Windows color (decimal): -5147845 or 3896241. OLE color: 3896241.

HSL color Cylindrical-coordinate representation of color #B1733B: hue angle of 28.47º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B1733B is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB17711559-
CMYK00.350.670.31
HSL28.47º50%46.27%-
HSV(B)28.47º66.67%69.41%-
XYZ25.0521.927.05-
YUV127.1589.54163.55-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.43%
GREEN value IS 115 (45.31% from 255) = 32.76%
BLUE value IS 59 (23.44% from 255) = 16.81%
R=50.43%
G=32.76%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771155900.350.670.3128.475046.27
HexB1733B023431F1c322e
Octal2611637304310337346256
Binary101100011110011111011010001110000111111111100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1733B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1733B; }

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

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

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

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

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

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

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

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