#B5723B

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

Shades of Reno Sand #B5723B

Tints of Reno Sand #B5723B

Color information

#B5723B (or 0xB5723B) is unknown color: approx Reno Sand. HEX triplet: B5, 72 and 3B. RGB value is (181,114,59). Sum of RGB (Red+Green+Blue) = 181+114+59=354 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.13% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 59 (23.44% from 255 or 16.67% from 354); Max value from RGB is 181 - color contains mainly: red. Hex color #B5723B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5723B is #4A8DC4. Grayscale: #808080. Windows color (decimal): -4885957 or 3895989. OLE color: 3895989.

HSL color Cylindrical-coordinate representation of color #B5723B: hue angle of 27.05º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B5723B is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB18111459-
CMYK00.370.670.29
HSL27.05º50.83%47.06%-
HSV(B)27.05º67.4%70.98%-
XYZ25.8622.177.05-
YUV127.7689.2165.97-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.13%
GREEN value IS 114 (44.92% from 255) = 32.20%
BLUE value IS 59 (23.44% from 255) = 16.67%
R=51.13%
G=32.20%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811145900.370.670.2927.0550.8347.06
HexB5723B025431D1b332f
Octal2651627304510335336357
Binary101101011110010111011010010110000111110111011110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5723B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5723B; }

 p { color: rgb(181,114,59); }

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

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

 a { background-color: rgb(181,114,59); }

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

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

 span { border-color: rgb(181,114,59); }

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