#B26D32

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

Shades of Reno Sand #B26D32

Tints of Reno Sand #B26D32

Color information

#B26D32 (or 0xB26D32) is unknown color: approx Reno Sand. HEX triplet: B2, 6D and 32. RGB value is (178,109,50). Sum of RGB (Red+Green+Blue) = 178+109+50=337 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.82% from 337); Green value is 109 (42.97% from 255 or 32.34% from 337); Blue value is 50 (19.92% from 255 or 14.84% from 337); Max value from RGB is 178 - color contains mainly: red. Hex color #B26D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26D32 is #4D92CD. Grayscale: #7B7B7B. Windows color (decimal): -5083854 or 3304882. OLE color: 3304882.

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

Color convert

RGB17810950-
CMYK00.390.720.30
HSL27.66º56.14%44.71%-
HSV(B)27.66º71.91%69.8%-
XYZ24.420.635.71-
YUV122.986.86167.3-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.82%
GREEN value IS 109 (42.97% from 255) = 32.34%
BLUE value IS 50 (19.92% from 255) = 14.84%
R=52.82%
G=32.34%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.72
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781095000.390.720.3027.6656.1444.71
HexB26D32027481E1c382d
Octal2621556204711036347055
Binary101100101101101110010010011110010001111011100111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26D32; }

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

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

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

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

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

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

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

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