#B4662F

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

Shades of Reno Sand #B4662F

Tints of Reno Sand #B4662F

Color information

#B4662F (or 0xB4662F) is unknown color: approx Reno Sand. HEX triplet: B4, 66 and 2F. RGB value is (180,102,47). Sum of RGB (Red+Green+Blue) = 180+102+47=329 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.71% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 47 (18.75% from 255 or 14.29% from 329); Max value from RGB is 180 - color contains mainly: red. Hex color #B4662F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4662F is #4B99D0. Grayscale: #777777. Windows color (decimal): -4954577 or 3106484. OLE color: 3106484.

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

Color convert

RGB18010247-
CMYK00.430.740.29
HSL24.81º58.59%44.51%-
HSV(B)24.81º73.89%70.59%-
XYZ24.0919.415.17-
YUV119.0587.34171.47-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.71%
GREEN value IS 102 (40.23% from 255) = 31.00%
BLUE value IS 47 (18.75% from 255) = 14.29%
R=54.71%
G=31.00%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801024700.430.740.2924.8158.5944.51
HexB4662F02B4A1D193b2d
Octal2641465705311235317355
Binary101101001100110101111010101110010101110111001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4662F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4662F; }

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

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

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

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

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

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

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

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