#B0722F

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

Shades of Reno Sand #B0722F

Tints of Reno Sand #B0722F

Color information

#B0722F (or 0xB0722F) is unknown color: approx Reno Sand. HEX triplet: B0, 72 and 2F. RGB value is (176,114,47). Sum of RGB (Red+Green+Blue) = 176+114+47=337 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.23% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 47 (18.75% from 255 or 13.95% from 337); Max value from RGB is 176 - color contains mainly: red. Hex color #B0722F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0722F is #4F8DD0. Grayscale: #7D7D7D. Windows color (decimal): -5213649 or 3109552. OLE color: 3109552.

HSL color Cylindrical-coordinate representation of color #B0722F: hue angle of 31.16º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B0722F is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB17611447-
CMYK00.350.730.31
HSL31.16º57.85%43.73%-
HSV(B)31.16º73.3%69.02%-
XYZ24.4321.475.55-
YUV124.984.04164.45-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.23%
GREEN value IS 114 (44.92% from 255) = 33.83%
BLUE value IS 47 (18.75% from 255) = 13.95%
R=52.23%
G=33.83%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761144700.350.730.3131.1657.8543.73
HexB0722F023491F1f3a2c
Octal2601625704311137377254
Binary101100001110010101111010001110010011111111111111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0722F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0722F; }

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

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

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

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

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

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

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

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