#B2692E

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

Shades of Reno Sand #B2692E

Tints of Reno Sand #B2692E

Color information

#B2692E (or 0xB2692E) is unknown color: approx Reno Sand. HEX triplet: B2, 69 and 2E. RGB value is (178,105,46). Sum of RGB (Red+Green+Blue) = 178+105+46=329 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.10% from 329); Green value is 105 (41.41% from 255 or 31.91% from 329); Blue value is 46 (18.36% from 255 or 13.98% from 329); Max value from RGB is 178 - color contains mainly: red. Hex color #B2692E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2692E is #4D96D1. Grayscale: #787878. Windows color (decimal): -5084882 or 3041714. OLE color: 3041714.

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

Color convert

RGB17810546-
CMYK00.410.740.30
HSL26.82º58.93%43.92%-
HSV(B)26.82º74.16%69.8%-
XYZ23.919.775.14-
YUV120.186.18169.3-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.10%
GREEN value IS 105 (41.41% from 255) = 31.91%
BLUE value IS 46 (18.36% from 255) = 13.98%
R=54.10%
G=31.91%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.74
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781054600.410.740.3026.8258.9343.92
HexB2692E0294A1E1b3b2c
Octal2621515605111236337354
Binary101100101101001101110010100110010101111011011111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2692E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2692E; }

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

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

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

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

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

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

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

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