#B1743B

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

Shades of Reno Sand #B1743B

Tints of Reno Sand #B1743B

Color information

#B1743B (or 0xB1743B) is unknown color: approx Reno Sand. HEX triplet: B1, 74 and 3B. RGB value is (177,116,59). Sum of RGB (Red+Green+Blue) = 177+116+59=352 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.28% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 59 (23.44% from 255 or 16.76% from 352); Max value from RGB is 177 - color contains mainly: red. Hex color #B1743B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1743B is #4E8BC4. Grayscale: #808080. Windows color (decimal): -5147589 or 3896497. OLE color: 3896497.

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

Color convert

RGB17711659-
CMYK00.340.670.31
HSL28.98º50%46.27%-
HSV(B)28.98º66.67%69.41%-
XYZ25.1722.157.09-
YUV127.7489.21163.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.28%
GREEN value IS 116 (45.70% from 255) = 32.95%
BLUE value IS 59 (23.44% from 255) = 16.76%
R=50.28%
G=32.95%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771165900.340.670.3128.985046.27
HexB1743B022431F1d322e
Octal2611647304210337356256
Binary101100011110100111011010001010000111111111101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1743B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1743B; }

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

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

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

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

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

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

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

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