#B5733B

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

Shades of Reno Sand #B5733B

Tints of Reno Sand #B5733B

Color information

#B5733B (or 0xB5733B) is unknown color: approx Reno Sand. HEX triplet: B5, 73 and 3B. RGB value is (181,115,59). Sum of RGB (Red+Green+Blue) = 181+115+59=355 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.99% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 59 (23.44% from 255 or 16.62% from 355); Max value from RGB is 181 - color contains mainly: red. Hex color #B5733B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5733B is #4A8CC4. Grayscale: #808080. Windows color (decimal): -4885701 or 3896245. OLE color: 3896245.

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

Color convert

RGB18111559-
CMYK00.360.670.29
HSL27.54º50.83%47.06%-
HSV(B)27.54º67.4%70.98%-
XYZ25.9822.47.09-
YUV128.3588.87165.55-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.99%
GREEN value IS 115 (45.31% from 255) = 32.39%
BLUE value IS 59 (23.44% from 255) = 16.62%
R=50.99%
G=32.39%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811155900.360.670.2927.5450.8347.06
HexB5733B024431D1c332f
Octal2651637304410335346357
Binary101101011110011111011010010010000111110111100110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5733B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5733B; }

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

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

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

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

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

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

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

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