#B69287

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

Shades of Del Rio #B69287

Tints of Del Rio #B69287

Color information

#B69287 (or 0xB69287) is unknown color: approx Del Rio. HEX triplet: B6, 92 and 87. RGB value is (182,146,135). Sum of RGB (Red+Green+Blue) = 182+146+135=463 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.31% from 463); Green value is 146 (57.42% from 255 or 31.53% from 463); Blue value is 135 (53.12% from 255 or 29.16% from 463); Max value from RGB is 182 - color contains mainly: red. Hex color #B69287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69287 is #496D78. Grayscale: #9B9B9B. Windows color (decimal): -4812153 or 8884918. OLE color: 8884918.

HSL color Cylindrical-coordinate representation of color #B69287: hue angle of 14.04º degrees, saturation: 0.24, 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 #B69287 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB182146135-
CMYK00.200.260.29
HSL14.04º24.35%62.16%-
HSV(B)14.04º25.82%71.37%-
XYZ33.9432.2527.36-
YUV155.51116.43146.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.31%
GREEN value IS 146 (57.42% from 255) = 31.53%
BLUE value IS 135 (53.12% from 255) = 29.16%
R=39.31%
G=31.53%
B=29.16%

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
Decimal18214613500.200.260.2914.0424.3562.16
HexB692870141A1De183e
Octal2662222070243235163076
Binary1011011010010010100001110101001101011101111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69287; }

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

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

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

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

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

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

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

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