#B4722F

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

Shades of Reno Sand #B4722F

Tints of Reno Sand #B4722F

Color information

#B4722F (or 0xB4722F) is unknown color: approx Reno Sand. HEX triplet: B4, 72 and 2F. RGB value is (180,114,47). Sum of RGB (Red+Green+Blue) = 180+114+47=341 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.79% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 47 (18.75% from 255 or 13.78% from 341); Max value from RGB is 180 - color contains mainly: red. Hex color #B4722F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4722F is #4B8DD0. Grayscale: #7E7E7E. Windows color (decimal): -4951505 or 3109556. OLE color: 3109556.

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

Color convert

RGB18011447-
CMYK00.370.740.29
HSL30.23º58.59%44.51%-
HSV(B)30.23º73.89%70.59%-
XYZ25.3521.945.59-
YUV126.183.37166.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.79%
GREEN value IS 114 (44.92% from 255) = 33.43%
BLUE value IS 47 (18.75% from 255) = 13.78%
R=52.79%
G=33.43%
B=13.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801144700.370.740.2930.2358.5944.51
HexB4722F0254A1D1e3b2d
Octal2641625704511235367355
Binary101101001110010101111010010110010101110111110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4722F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4722F; }

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

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

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

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

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

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

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

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