#B46B26

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

Shades of Reno Sand #B46B26

Tints of Reno Sand #B46B26

Color information

#B46B26 (or 0xB46B26) is unknown color: approx Reno Sand. HEX triplet: B4, 6B and 26. RGB value is (180,107,38). Sum of RGB (Red+Green+Blue) = 180+107+38=325 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.38% from 325); Green value is 107 (42.19% from 255 or 32.92% from 325); Blue value is 38 (15.23% from 255 or 11.69% from 325); Max value from RGB is 180 - color contains mainly: red. Hex color #B46B26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46B26 is #4B94D9. Grayscale: #797979. Windows color (decimal): -4953306 or 2517940. OLE color: 2517940.

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

Color convert

RGB18010738-
CMYK00.410.790.29
HSL29.15º65.14%42.75%-
HSV(B)29.15º78.89%70.59%-
XYZ24.4320.364.48-
YUV120.9681.18170.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.38%
GREEN value IS 107 (42.19% from 255) = 32.92%
BLUE value IS 38 (15.23% from 255) = 11.69%
R=55.38%
G=32.92%
B=11.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801073800.410.790.2929.1565.1442.75
HexB46B260294F1D1d412b
Octal26415346051117353510153
Binary1011010011010111001100101001100111111101111011000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46B26; }

 p { color: rgb(180,107,38); }

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

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

 a { background-color: rgb(180,107,38); }

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

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

 span { border-color: rgb(180,107,38); }

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