#B26E32

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

Shades of Reno Sand #B26E32

Tints of Reno Sand #B26E32

Color information

#B26E32 (or 0xB26E32) is unknown color: approx Reno Sand. HEX triplet: B2, 6E and 32. RGB value is (178,110,50). Sum of RGB (Red+Green+Blue) = 178+110+50=338 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.66% from 338); Green value is 110 (43.36% from 255 or 32.54% from 338); Blue value is 50 (19.92% from 255 or 14.79% from 338); Max value from RGB is 178 - color contains mainly: red. Hex color #B26E32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26E32 is #4D91CD. Grayscale: #7B7B7B. Windows color (decimal): -5083598 or 3305138. OLE color: 3305138.

HSL color Cylindrical-coordinate representation of color #B26E32: hue angle of 28.12º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B26E32 is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB17811050-
CMYK00.380.720.30
HSL28.12º56.14%44.71%-
HSV(B)28.12º71.91%69.8%-
XYZ24.5120.855.75-
YUV123.4986.53166.88-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.66%
GREEN value IS 110 (43.36% from 255) = 32.54%
BLUE value IS 50 (19.92% from 255) = 14.79%
R=52.66%
G=32.54%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.72
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781105000.380.720.3028.1256.1444.71
HexB26E32026481E1c382d
Octal2621566204611036347055
Binary101100101101110110010010011010010001111011100111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26E32; }

 p { color: rgb(178,110,50); }

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

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

 a { background-color: rgb(178,110,50); }

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

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

 span { border-color: rgb(178,110,50); }

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