#B26D33

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

Shades of Reno Sand #B26D33

Tints of Reno Sand #B26D33

Color information

#B26D33 (or 0xB26D33) is unknown color: approx Reno Sand. HEX triplet: B2, 6D and 33. RGB value is (178,109,51). Sum of RGB (Red+Green+Blue) = 178+109+51=338 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.66% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 51 (20.31% from 255 or 15.09% from 338); Max value from RGB is 178 - color contains mainly: red. Hex color #B26D33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26D33 is #4D92CC. Grayscale: #7B7B7B. Windows color (decimal): -5083853 or 3370418. OLE color: 3370418.

HSL color Cylindrical-coordinate representation of color #B26D33: hue angle of 27.4º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B26D33 is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB17810951-
CMYK00.390.710.30
HSL27.4º55.46%44.9%-
HSV(B)27.4º71.35%69.8%-
XYZ24.4320.645.83-
YUV123.0287.36167.22-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.66%
GREEN value IS 109 (42.97% from 255) = 32.25%
BLUE value IS 51 (20.31% from 255) = 15.09%
R=52.66%
G=32.25%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.71
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781095100.390.710.3027.455.4644.9
HexB26D33027471E1b372d
Octal2621556304710736336755
Binary101100101101101110011010011110001111111011011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26D33; }

 p { color: rgb(178,109,51); }

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

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

 a { background-color: rgb(178,109,51); }

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

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

 span { border-color: rgb(178,109,51); }

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