#B26D30

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

Shades of Reno Sand #B26D30

Tints of Reno Sand #B26D30

Color information

#B26D30 (or 0xB26D30) is unknown color: approx Reno Sand. HEX triplet: B2, 6D and 30. RGB value is (178,109,48). Sum of RGB (Red+Green+Blue) = 178+109+48=335 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.13% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 48 (19.14% from 255 or 14.33% from 335); Max value from RGB is 178 - color contains mainly: red. Hex color #B26D30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26D30 is #4D92CF. Grayscale: #7A7A7A. Windows color (decimal): -5083856 or 3173810. OLE color: 3173810.

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

Color convert

RGB17810948-
CMYK00.390.730.30
HSL28.15º57.52%44.31%-
HSV(B)28.15º73.03%69.8%-
XYZ24.3620.625.49-
YUV122.6885.86167.46-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.13%
GREEN value IS 109 (42.97% from 255) = 32.54%
BLUE value IS 48 (19.14% from 255) = 14.33%
R=53.13%
G=32.54%
B=14.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.73
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781094800.390.730.3028.1557.5244.31
HexB26D30027491E1c3a2c
Octal2621556004711136347254
Binary101100101101101110000010011110010011111011100111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26D30; }

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

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

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

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

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

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

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

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