#B3702E

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

Shades of Reno Sand #B3702E

Tints of Reno Sand #B3702E

Color information

#B3702E (or 0xB3702E) is unknown color: approx Reno Sand. HEX triplet: B3, 70 and 2E. RGB value is (179,112,46). Sum of RGB (Red+Green+Blue) = 179+112+46=337 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.12% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 46 (18.36% from 255 or 13.65% from 337); Max value from RGB is 179 - color contains mainly: red. Hex color #B3702E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3702E is #4C8FD1. Grayscale: #7C7C7C. Windows color (decimal): -5017554 or 3043507. OLE color: 3043507.

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

Color convert

RGB17911246-
CMYK00.370.740.30
HSL29.77º59.11%44.12%-
HSV(B)29.77º74.3%70.2%-
XYZ24.8821.375.4-
YUV124.5183.7166.87-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 53.12%
GREEN value IS 112 (44.14% from 255) = 33.23%
BLUE value IS 46 (18.36% from 255) = 13.65%
R=53.12%
G=33.23%
B=13.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.74
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791124600.370.740.3029.7759.1144.12
HexB3702E0254A1E1e3b2c
Octal2631605604511236367354
Binary101100111110000101110010010110010101111011110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3702E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3702E; }

 p { color: rgb(179,112,46); }

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

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

 a { background-color: rgb(179,112,46); }

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

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

 span { border-color: rgb(179,112,46); }

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