#B4662C

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

Shades of Reno Sand #B4662C

Tints of Reno Sand #B4662C

Color information

#B4662C (or 0xB4662C) is unknown color: approx Reno Sand. HEX triplet: B4, 66 and 2C. RGB value is (180,102,44). Sum of RGB (Red+Green+Blue) = 180+102+44=326 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.21% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 44 (17.58% from 255 or 13.50% from 326); Max value from RGB is 180 - color contains mainly: red. Hex color #B4662C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4662C is #4B99D3. Grayscale: #777777. Windows color (decimal): -4954580 or 2909876. OLE color: 2909876.

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

Color convert

RGB18010244-
CMYK00.430.760.29
HSL25.59º60.71%43.92%-
HSV(B)25.59º75.56%70.59%-
XYZ24.0319.394.86-
YUV118.7185.84171.72-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.21%
GREEN value IS 102 (40.23% from 255) = 31.29%
BLUE value IS 44 (17.58% from 255) = 13.50%
R=55.21%
G=31.29%
B=13.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801024400.430.760.2925.5960.7143.92
HexB4662C02B4C1D1a3d2c
Octal2641465405311435327554
Binary101101001100110101100010101110011001110111010111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4662C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4662C; }

 p { color: rgb(180,102,44); }

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

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

 a { background-color: rgb(180,102,44); }

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

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

 span { border-color: rgb(180,102,44); }

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