#b46e28

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

Shades of Reno Sand #B46E28

Tints of Reno Sand #B46E28

Color information

#B46E28 (or 0xB46E28) is unknown color: approx Reno Sand. HEX triplet: B4, 6E and 28. RGB value is (180,110,40). Sum of RGB (Red+Green+Blue) = 180+110+40=330 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.55% from 330); Green value is 110 (43.36% from 255 or 33.33% from 330); Blue value is 40 (16.02% from 255 or 12.12% from 330); Max value from RGB is 180 - color contains mainly: red. Hex color #B46E28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46E28 is #4B91D7. Grayscale: #7B7B7B. Windows color (decimal): -4952536 or 2649780. OLE color: 2649780.

HSL color Cylindrical-coordinate representation of color #B46E28: hue angle of 30º 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 #B46E28 is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB18011040-
CMYK00.390.780.29
HSL30º63.64%43.14%-
HSV(B)30º77.78%70.59%-
XYZ24.7821.014.76-
YUV122.9581.19168.69-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.55%
GREEN value IS 110 (43.36% from 255) = 33.33%
BLUE value IS 40 (16.02% from 255) = 12.12%
R=54.55%
G=33.33%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801104000.390.780.293063.6443.14
HexB46E280274E1D1e402b
Octal26415650047116353610053
Binary1011010011011101010000100111100111011101111101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b46e28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b46e28; }

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

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

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

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

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

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

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

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