#B5702D

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

Shades of Reno Sand #B5702D

Tints of Reno Sand #B5702D

Color information

#B5702D (or 0xB5702D) is unknown color: approx Reno Sand. HEX triplet: B5, 70 and 2D. RGB value is (181,112,45). Sum of RGB (Red+Green+Blue) = 181+112+45=338 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.55% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 45 (17.97% from 255 or 13.31% from 338); Max value from RGB is 181 - color contains mainly: red. Hex color #B5702D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5702D is #4A8FD2. Grayscale: #7D7D7D. Windows color (decimal): -4886483 or 2977973. OLE color: 2977973.

HSL color Cylindrical-coordinate representation of color #B5702D: hue angle of 29.56º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B5702D is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB18111245-
CMYK00.380.750.29
HSL29.56º60.18%44.31%-
HSV(B)29.56º75.14%70.98%-
XYZ25.3221.65.32-
YUV124.9982.86167.95-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.55%
GREEN value IS 112 (44.14% from 255) = 33.14%
BLUE value IS 45 (17.97% from 255) = 13.31%
R=53.55%
G=33.14%
B=13.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811124500.380.750.2929.5660.1844.31
HexB5702D0264B1D1e3c2c
Octal2651605504611335367454
Binary101101011110000101101010011010010111110111110111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5702D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5702D; }

 p { color: rgb(181,112,45); }

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

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

 a { background-color: rgb(181,112,45); }

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

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

 span { border-color: rgb(181,112,45); }

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