#b26728

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

Shades of Reno Sand #B26728

Tints of Reno Sand #B26728

Color information

#B26728 (or 0xB26728) is unknown color: approx Reno Sand. HEX triplet: B2, 67 and 28. RGB value is (178,103,40). Sum of RGB (Red+Green+Blue) = 178+103+40=321 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.45% from 321); Green value is 103 (40.62% from 255 or 32.09% from 321); Blue value is 40 (16.02% from 255 or 12.46% from 321); Max value from RGB is 178 - color contains mainly: red. Hex color #B26728 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26728 is #4D98D7. Grayscale: #767676. Windows color (decimal): -5085400 or 2647986. OLE color: 2647986.

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

Color convert

RGB17810340-
CMYK00.420.780.30
HSL27.39º63.3%42.75%-
HSV(B)27.39º77.53%69.8%-
XYZ23.5919.324.49-
YUV118.2483.85170.62-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 55.45%
GREEN value IS 103 (40.62% from 255) = 32.09%
BLUE value IS 40 (16.02% from 255) = 12.46%
R=55.45%
G=32.09%
B=12.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781034000.420.780.3027.3963.342.75
HexB2672802A4E1E1b3f2b
Octal2621475005211636337753
Binary101100101100111101000010101010011101111011011111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b26728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b26728; }

 p { color: rgb(178,103,40); }

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

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

 a { background-color: rgb(178,103,40); }

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

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

 span { border-color: rgb(178,103,40); }

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