#B69286

Color #B69286 Del Rio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Del Rio #B69286

Tints of Del Rio #B69286

Color information

#B69286 (or 0xB69286) is unknown color: approx Del Rio. HEX triplet: B6, 92 and 86. RGB value is (182,146,134). Sum of RGB (Red+Green+Blue) = 182+146+134=462 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.39% from 462); Green value is 146 (57.42% from 255 or 31.60% from 462); Blue value is 134 (52.73% from 255 or 29.00% from 462); Max value from RGB is 182 - color contains mainly: red. Hex color #B69286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69286 is #496D79. Grayscale: #9B9B9B. Windows color (decimal): -4812154 or 8819382. OLE color: 8819382.

HSL color Cylindrical-coordinate representation of color #B69286: hue angle of 15º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B69286 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB182146134-
CMYK00.200.260.29
HSL15º24.74%61.96%-
HSV(B)15º26.37%71.37%-
XYZ33.8732.2226.99-
YUV155.4115.93146.98-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.39%
GREEN value IS 146 (57.42% from 255) = 31.60%
BLUE value IS 134 (52.73% from 255) = 29.00%
R=39.39%
G=31.60%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214613400.200.260.291524.7461.96
HexB692860141A1Df193e
Octal2662222060243235173176
Binary1011011010010010100001100101001101011101111111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69286; }

 p { color: rgb(182,146,134); }

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

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

 a { background-color: rgb(182,146,134); }

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

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

 span { border-color: rgb(182,146,134); }

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