#B26927

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

Shades of Reno Sand #B26927

Tints of Reno Sand #B26927

Color information

#B26927 (or 0xB26927) is unknown color: approx Reno Sand. HEX triplet: B2, 69 and 27. RGB value is (178,105,39). Sum of RGB (Red+Green+Blue) = 178+105+39=322 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.28% from 322); Green value is 105 (41.41% from 255 or 32.61% from 322); Blue value is 39 (15.62% from 255 or 12.11% from 322); Max value from RGB is 178 - color contains mainly: red. Hex color #B26927 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26927 is #4D96D8. Grayscale: #777777. Windows color (decimal): -5084889 or 2582962. OLE color: 2582962.

HSL color Cylindrical-coordinate representation of color #B26927: hue angle of 28.49º degrees, saturation: 0.64, 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 #B26927 is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB17810539-
CMYK00.410.780.30
HSL28.49º64.06%42.55%-
HSV(B)28.49º78.09%69.8%-
XYZ23.7819.714.47-
YUV119.382.68169.87-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 55.28%
GREEN value IS 105 (41.41% from 255) = 32.61%
BLUE value IS 39 (15.62% from 255) = 12.11%
R=55.28%
G=32.61%
B=12.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781053900.410.780.3028.4964.0642.55
HexB269270294E1E1c402b
Octal26215147051116363410053
Binary1011001011010011001110101001100111011110111001000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26927; }

 p { color: rgb(178,105,39); }

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

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

 a { background-color: rgb(178,105,39); }

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

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

 span { border-color: rgb(178,105,39); }

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