#B26526

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

Shades of Reno Sand #B26526

Tints of Reno Sand #B26526

Color information

#B26526 (or 0xB26526) is unknown color: approx Reno Sand. HEX triplet: B2, 65 and 26. RGB value is (178,101,38). Sum of RGB (Red+Green+Blue) = 178+101+38=317 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.15% from 317); Green value is 101 (39.84% from 255 or 31.86% from 317); Blue value is 38 (15.23% from 255 or 11.99% from 317); Max value from RGB is 178 - color contains mainly: red. Hex color #B26526 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26526 is #4D9AD9. Grayscale: #757575. Windows color (decimal): -5085914 or 2516402. OLE color: 2516402.

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

Color convert

RGB17810138-
CMYK00.430.790.30
HSL27º64.81%42.35%-
HSV(B)27º78.65%69.8%-
XYZ23.3618.914.25-
YUV116.8483.51171.62-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 56.15%
GREEN value IS 101 (39.84% from 255) = 31.86%
BLUE value IS 38 (15.23% from 255) = 11.99%
R=56.15%
G=31.86%
B=11.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781013800.430.790.302764.8142.35
HexB2652602B4F1E1b412a
Octal26214546053117363310152
Binary1011001011001011001100101011100111111110110111000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26526; }

 p { color: rgb(178,101,38); }

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

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

 a { background-color: rgb(178,101,38); }

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

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

 span { border-color: rgb(178,101,38); }

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