#B26621

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

Shades of Reno Sand #B26621

Tints of Reno Sand #B26621

Color information

#B26621 (or 0xB26621) is unknown color: approx Reno Sand. HEX triplet: B2, 66 and 21. RGB value is (178,102,33). Sum of RGB (Red+Green+Blue) = 178+102+33=313 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.87% from 313); Green value is 102 (40.23% from 255 or 32.59% from 313); Blue value is 33 (13.28% from 255 or 10.54% from 313); Max value from RGB is 178 - color contains mainly: red. Hex color #B26621 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26621 is #4D99DE. Grayscale: #757575. Windows color (decimal): -5085663 or 2188978. OLE color: 2188978.

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

Color convert

RGB17810233-
CMYK00.430.810.30
HSL28.55º68.72%41.37%-
HSV(B)28.55º81.46%69.8%-
XYZ23.3919.083.89-
YUV116.8680.68171.61-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 56.87%
GREEN value IS 102 (40.23% from 255) = 32.59%
BLUE value IS 33 (13.28% from 255) = 10.54%
R=56.87%
G=32.59%
B=10.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.81
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781023300.430.810.3028.5568.7241.37
HexB2662102B511E1d4529
Octal26214641053121363510551
Binary1011001011001101000010101011101000111110111011000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26621; }

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

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

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

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

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

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

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

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