#B26627

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

Shades of Reno Sand #B26627

Tints of Reno Sand #B26627

Color information

#B26627 (or 0xB26627) is unknown color: approx Reno Sand. HEX triplet: B2, 66 and 27. RGB value is (178,102,39). Sum of RGB (Red+Green+Blue) = 178+102+39=319 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.80% from 319); Green value is 102 (40.23% from 255 or 31.97% from 319); Blue value is 39 (15.62% from 255 or 12.23% from 319); Max value from RGB is 178 - color contains mainly: red. Hex color #B26627 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26627 is #4D99D8. Grayscale: #757575. Windows color (decimal): -5085657 or 2582194. OLE color: 2582194.

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

Color convert

RGB17810239-
CMYK00.430.780.30
HSL27.19º64.06%42.55%-
HSV(B)27.19º78.09%69.8%-
XYZ23.4819.114.37-
YUV117.5483.68171.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 55.80%
GREEN value IS 102 (40.23% from 255) = 31.97%
BLUE value IS 39 (15.62% from 255) = 12.23%
R=55.80%
G=31.97%
B=12.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781023900.430.780.3027.1964.0642.55
HexB2662702B4E1E1b402b
Octal26214647053116363310053
Binary1011001011001101001110101011100111011110110111000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26627; }

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

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

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

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

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

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

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

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