#B29486

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

Shades of Del Rio #B29486

Tints of Del Rio #B29486

Color information

#B29486 (or 0xB29486) is unknown color: approx Del Rio. HEX triplet: B2, 94 and 86. RGB value is (178,148,134). Sum of RGB (Red+Green+Blue) = 178+148+134=460 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.70% from 460); Green value is 148 (58.20% from 255 or 32.17% from 460); Blue value is 134 (52.73% from 255 or 29.13% from 460); Max value from RGB is 178 - color contains mainly: red. Hex color #B29486 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29486 is #4D6B79. Grayscale: #9B9B9B. Windows color (decimal): -5073786 or 8819890. OLE color: 8819890.

HSL color Cylindrical-coordinate representation of color #B29486: hue angle of 19.09º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B29486 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB178148134-
CMYK00.170.250.30
HSL19.09º22.22%61.18%-
HSV(B)19.09º24.72%69.8%-
XYZ33.2532.3727.05-
YUV155.37115.94144.14-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.70%
GREEN value IS 148 (58.20% from 255) = 32.17%
BLUE value IS 134 (52.73% from 255) = 29.13%
R=38.70%
G=32.17%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814813400.170.250.3019.0922.2261.18
HexB29486011191E13163d
Octal2622242060213136232675
Binary10110010100101001000011001000111001111101001110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29486; }

 p { color: rgb(178,148,134); }

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

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

 a { background-color: rgb(178,148,134); }

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

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

 span { border-color: rgb(178,148,134); }

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