#B26F39

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

Shades of Reno Sand #B26F39

Tints of Reno Sand #B26F39

Color information

#B26F39 (or 0xB26F39) is unknown color: approx Reno Sand. HEX triplet: B2, 6F and 39. RGB value is (178,111,57). Sum of RGB (Red+Green+Blue) = 178+111+57=346 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.45% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 57 (22.66% from 255 or 16.47% from 346); Max value from RGB is 178 - color contains mainly: red. Hex color #B26F39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26F39 is #4D90C6. Grayscale: #7D7D7D. Windows color (decimal): -5083335 or 3764146. OLE color: 3764146.

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

Color convert

RGB17811157-
CMYK00.380.680.30
HSL26.78º51.49%46.08%-
HSV(B)26.78º67.98%69.8%-
XYZ24.7821.136.64-
YUV124.8889.7165.89-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.45%
GREEN value IS 111 (43.75% from 255) = 32.08%
BLUE value IS 57 (22.66% from 255) = 16.47%
R=51.45%
G=32.08%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781115700.380.680.3026.7851.4946.08
HexB26F39026441E1b332e
Octal2621577104610436336356
Binary101100101101111111001010011010001001111011011110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26F39; }

 p { color: rgb(178,111,57); }

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

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

 a { background-color: rgb(178,111,57); }

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

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

 span { border-color: rgb(178,111,57); }

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