#B26634

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

Shades of Reno Sand #B26634

Tints of Reno Sand #B26634

Color information

#B26634 (or 0xB26634) is unknown color: approx Reno Sand. HEX triplet: B2, 66 and 34. RGB value is (178,102,52). Sum of RGB (Red+Green+Blue) = 178+102+52=332 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.61% from 332); Green value is 102 (40.23% from 255 or 30.72% from 332); Blue value is 52 (20.70% from 255 or 15.66% from 332); Max value from RGB is 178 - color contains mainly: red. Hex color #B26634 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26634 is #4D99CB. Grayscale: #777777. Windows color (decimal): -5085644 or 3434162. OLE color: 3434162.

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

Color convert

RGB17810252-
CMYK00.430.710.30
HSL23.81º54.78%45.1%-
HSV(B)23.81º70.79%69.8%-
XYZ23.7319.225.71-
YUV119.0290.18170.07-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.61%
GREEN value IS 102 (40.23% from 255) = 30.72%
BLUE value IS 52 (20.70% from 255) = 15.66%
R=53.61%
G=30.72%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.71
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781025200.430.710.3023.8154.7845.1
HexB2663402B471E18372d
Octal2621466405310736306755
Binary101100101100110110100010101110001111111011000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26634; }

 p { color: rgb(178,102,52); }

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

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

 a { background-color: rgb(178,102,52); }

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

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

 span { border-color: rgb(178,102,52); }

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