#B46828

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

Shades of Reno Sand #B46828

Tints of Reno Sand #B46828

Color information

#B46828 (or 0xB46828) is unknown color: approx Reno Sand. HEX triplet: B4, 68 and 28. RGB value is (180,104,40). Sum of RGB (Red+Green+Blue) = 180+104+40=324 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.56% from 324); Green value is 104 (41.02% from 255 or 32.10% from 324); Blue value is 40 (16.02% from 255 or 12.35% from 324); Max value from RGB is 180 - color contains mainly: red. Hex color #B46828 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46828 is #4B97D7. Grayscale: #777777. Windows color (decimal): -4954072 or 2648244. OLE color: 2648244.

HSL color Cylindrical-coordinate representation of color #B46828: hue angle of 27.43º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B46828 is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB18010440-
CMYK00.420.780.29
HSL27.43º63.64%43.14%-
HSV(B)27.43º77.78%70.59%-
XYZ24.1619.764.55-
YUV119.4383.18171.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.56%
GREEN value IS 104 (41.02% from 255) = 32.10%
BLUE value IS 40 (16.02% from 255) = 12.35%
R=55.56%
G=32.10%
B=12.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801044000.420.780.2927.4363.6443.14
HexB4682802A4E1D1b402b
Octal26415050052116353310053
Binary1011010011010001010000101010100111011101110111000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46828; }

 p { color: rgb(180,104,40); }

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

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

 a { background-color: rgb(180,104,40); }

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

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

 span { border-color: rgb(180,104,40); }

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