#B26921

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

Shades of Reno Sand #B26921

Tints of Reno Sand #B26921

Color information

#B26921 (or 0xB26921) is unknown color: approx Reno Sand. HEX triplet: B2, 69 and 21. RGB value is (178,105,33). Sum of RGB (Red+Green+Blue) = 178+105+33=316 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.33% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 33 (13.28% from 255 or 10.44% from 316); Max value from RGB is 178 - color contains mainly: red. Hex color #B26921 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26921 is #4D96DE. Grayscale: #767676. Windows color (decimal): -5084895 or 2189746. OLE color: 2189746.

HSL color Cylindrical-coordinate representation of color #B26921: hue angle of 29.79º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B26921 is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB17810533-
CMYK00.410.810.30
HSL29.79º68.72%41.37%-
HSV(B)29.79º81.46%69.8%-
XYZ23.6919.683.99-
YUV118.6279.68170.35-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 56.33%
GREEN value IS 105 (41.41% from 255) = 33.23%
BLUE value IS 33 (13.28% from 255) = 10.44%
R=56.33%
G=33.23%
B=10.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.81
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781053300.410.810.3029.7968.7241.37
HexB26921029511E1e4529
Octal26215141051121363610551
Binary1011001011010011000010101001101000111110111101000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26921; }

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

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

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

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

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

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

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

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