#B26626

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

Shades of Reno Sand #B26626

Tints of Reno Sand #B26626

Color information

#B26626 (or 0xB26626) is unknown color: approx Reno Sand. HEX triplet: B2, 66 and 26. RGB value is (178,102,38). Sum of RGB (Red+Green+Blue) = 178+102+38=318 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.97% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 38 (15.23% from 255 or 11.95% from 318); Max value from RGB is 178 - color contains mainly: red. Hex color #B26626 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26626 is #4D99D9. Grayscale: #757575. Windows color (decimal): -5085658 or 2516658. OLE color: 2516658.

HSL color Cylindrical-coordinate representation of color #B26626: hue angle of 27.43º 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 #B26626 is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB17810238-
CMYK00.430.790.30
HSL27.43º64.81%42.35%-
HSV(B)27.43º78.65%69.8%-
XYZ23.4619.114.29-
YUV117.4383.18171.2-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 55.97%
GREEN value IS 102 (40.23% from 255) = 32.08%
BLUE value IS 38 (15.23% from 255) = 11.95%
R=55.97%
G=32.08%
B=11.95%

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
Decimal1781023800.430.790.3027.4364.8142.35
HexB2662602B4F1E1b412a
Octal26214646053117363310152
Binary1011001011001101001100101011100111111110110111000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26626; }

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

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

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

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

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

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

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

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