#B2702A

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

Shades of Reno Sand #B2702A

Tints of Reno Sand #B2702A

Color information

#B2702A (or 0xB2702A) is unknown color: approx Reno Sand. HEX triplet: B2, 70 and 2A. RGB value is (178,112,42). Sum of RGB (Red+Green+Blue) = 178+112+42=332 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.61% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 42 (16.80% from 255 or 12.65% from 332); Max value from RGB is 178 - color contains mainly: red. Hex color #B2702A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2702A is #4D8FD5. Grayscale: #7C7C7C. Windows color (decimal): -5083094 or 2781362. OLE color: 2781362.

HSL color Cylindrical-coordinate representation of color #B2702A: hue angle of 30.88º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B2702A is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.30.

Color convert

RGB17811242-
CMYK00.370.760.30
HSL30.88º61.82%43.14%-
HSV(B)30.88º76.4%69.8%-
XYZ24.5721.224.99-
YUV123.7581.87166.69-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.61%
GREEN value IS 112 (44.14% from 255) = 33.73%
BLUE value IS 42 (16.80% from 255) = 12.65%
R=53.61%
G=33.73%
B=12.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.76
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781124200.370.760.3030.8861.8243.14
HexB2702A0254C1E1f3e2b
Octal2621605204511436377653
Binary101100101110000101010010010110011001111011111111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2702A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2702A; }

 p { color: rgb(178,112,42); }

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

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

 a { background-color: rgb(178,112,42); }

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

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

 span { border-color: rgb(178,112,42); }

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