#B4703A

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

Shades of Reno Sand #B4703A

Tints of Reno Sand #B4703A

Color information

#B4703A (or 0xB4703A) is unknown color: approx Reno Sand. HEX triplet: B4, 70 and 3A. RGB value is (180,112,58). Sum of RGB (Red+Green+Blue) = 180+112+58=350 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.43% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 58 (23.05% from 255 or 16.57% from 350); Max value from RGB is 180 - color contains mainly: red. Hex color #B4703A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4703A is #4B8FC5. Grayscale: #7E7E7E. Windows color (decimal): -4952006 or 3829940. OLE color: 3829940.

HSL color Cylindrical-coordinate representation of color #B4703A: hue angle of 26.56º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B4703A is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB18011258-
CMYK00.380.680.29
HSL26.56º51.26%46.67%-
HSV(B)26.56º67.78%70.59%-
XYZ25.3821.66.83-
YUV126.1889.53166.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.43%
GREEN value IS 112 (44.14% from 255) = 32%
BLUE value IS 58 (23.05% from 255) = 16.57%
R=51.43%
G=32%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801125800.380.680.2926.5651.2646.67
HexB4703A026441D1b332f
Octal2641607204610435336357
Binary101101001110000111010010011010001001110111011110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4703A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4703A; }

 p { color: rgb(180,112,58); }

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

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

 a { background-color: rgb(180,112,58); }

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

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

 span { border-color: rgb(180,112,58); }

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