#B26C2A

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

Shades of Reno Sand #B26C2A

Tints of Reno Sand #B26C2A

Color information

#B26C2A (or 0xB26C2A) is unknown color: approx Reno Sand. HEX triplet: B2, 6C and 2A. RGB value is (178,108,42). Sum of RGB (Red+Green+Blue) = 178+108+42=328 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.27% from 328); Green value is 108 (42.58% from 255 or 32.93% from 328); Blue value is 42 (16.80% from 255 or 12.80% from 328); Max value from RGB is 178 - color contains mainly: red. Hex color #B26C2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26C2A is #4D93D5. Grayscale: #797979. Windows color (decimal): -5084118 or 2780338. OLE color: 2780338.

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

Color convert

RGB17810842-
CMYK00.390.760.30
HSL29.12º61.82%43.14%-
HSV(B)29.12º76.4%69.8%-
XYZ24.1420.364.85-
YUV121.4183.19168.37-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.27%
GREEN value IS 108 (42.58% from 255) = 32.93%
BLUE value IS 42 (16.80% from 255) = 12.80%
R=54.27%
G=32.93%
B=12.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.76
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781084200.390.760.3029.1261.8243.14
HexB26C2A0274C1E1d3e2b
Octal2621545204711436357653
Binary101100101101100101010010011110011001111011101111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26C2A; }

 p { color: rgb(178,108,42); }

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

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

 a { background-color: rgb(178,108,42); }

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

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

 span { border-color: rgb(178,108,42); }

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