#B5692E

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

Shades of Reno Sand #B5692E

Tints of Reno Sand #B5692E

Color information

#B5692E (or 0xB5692E) is unknown color: approx Reno Sand. HEX triplet: B5, 69 and 2E. RGB value is (181,105,46). Sum of RGB (Red+Green+Blue) = 181+105+46=332 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.52% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 46 (18.36% from 255 or 13.86% from 332); Max value from RGB is 181 - color contains mainly: red. Hex color #B5692E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5692E is #4A96D1. Grayscale: #797979. Windows color (decimal): -4888274 or 3041717. OLE color: 3041717.

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

Color convert

RGB18110546-
CMYK00.420.750.29
HSL26.22º59.47%44.51%-
HSV(B)26.22º74.59%70.98%-
XYZ24.620.125.17-
YUV12185.68170.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.52%
GREEN value IS 105 (41.41% from 255) = 31.63%
BLUE value IS 46 (18.36% from 255) = 13.86%
R=54.52%
G=31.63%
B=13.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811054600.420.750.2926.2259.4744.51
HexB5692E02A4B1D1a3b2d
Octal2651515605211335327355
Binary101101011101001101110010101010010111110111010111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5692E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5692E; }

 p { color: rgb(181,105,46); }

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

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

 a { background-color: rgb(181,105,46); }

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

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

 span { border-color: rgb(181,105,46); }

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