#B26A22

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

Shades of Reno Sand #B26A22

Tints of Reno Sand #B26A22

Color information

#B26A22 (or 0xB26A22) is unknown color: approx Reno Sand. HEX triplet: B2, 6A and 22. RGB value is (178,106,34). Sum of RGB (Red+Green+Blue) = 178+106+34=318 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.97% from 318); Green value is 106 (41.80% from 255 or 33.33% from 318); Blue value is 34 (13.67% from 255 or 10.69% from 318); Max value from RGB is 178 - color contains mainly: red. Hex color #B26A22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26A22 is #4D95DD. Grayscale: #777777. Windows color (decimal): -5084638 or 2255538. OLE color: 2255538.

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

Color convert

RGB17810634-
CMYK00.400.810.30
HSL30º67.92%41.57%-
HSV(B)30º80.9%69.8%-
XYZ23.819.894.1-
YUV119.3279.85169.85-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 55.97%
GREEN value IS 106 (41.80% from 255) = 33.33%
BLUE value IS 34 (13.67% from 255) = 10.69%
R=55.97%
G=33.33%
B=10.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.81
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781063400.400.810.303067.9241.57
HexB26A22028511E1e442a
Octal26215242050121363610452
Binary1011001011010101000100101000101000111110111101000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26A22; }

 p { color: rgb(178,106,34); }

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

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

 a { background-color: rgb(178,106,34); }

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

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

 span { border-color: rgb(178,106,34); }

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