#B26B2A

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

Shades of Reno Sand #B26B2A

Tints of Reno Sand #B26B2A

Color information

#B26B2A (or 0xB26B2A) is unknown color: approx Reno Sand. HEX triplet: B2, 6B and 2A. RGB value is (178,107,42). Sum of RGB (Red+Green+Blue) = 178+107+42=327 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.43% from 327); Green value is 107 (42.19% from 255 or 32.72% from 327); Blue value is 42 (16.80% from 255 or 12.84% from 327); Max value from RGB is 178 - color contains mainly: red. Hex color #B26B2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26B2A is #4D94D5. Grayscale: #797979. Windows color (decimal): -5084374 or 2780082. OLE color: 2780082.

HSL color Cylindrical-coordinate representation of color #B26B2A: hue angle of 28.68º 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 #B26B2A is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.30.

Color convert

RGB17810742-
CMYK00.400.760.30
HSL28.68º61.82%43.14%-
HSV(B)28.68º76.4%69.8%-
XYZ24.0420.154.81-
YUV120.8283.52168.79-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.43%
GREEN value IS 107 (42.19% from 255) = 32.72%
BLUE value IS 42 (16.80% from 255) = 12.84%
R=54.43%
G=32.72%
B=12.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.76
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781074200.400.760.3028.6861.8243.14
HexB26B2A0284C1E1d3e2b
Octal2621535205011436357653
Binary101100101101011101010010100010011001111011101111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26B2A; }

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

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

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

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

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

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

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

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