#B29A90

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

Shades of Del Rio #B29A90

Tints of Del Rio #B29A90

Color information

#B29A90 (or 0xB29A90) is unknown color: approx Del Rio. HEX triplet: B2, 9A and 90. RGB value is (178,154,144). Sum of RGB (Red+Green+Blue) = 178+154+144=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 154 (60.55% from 255 or 32.35% from 476); Blue value is 144 (56.64% from 255 or 30.25% from 476); Max value from RGB is 178 - color contains mainly: red. Hex color #B29A90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29A90 is #4D656F. Grayscale: #A0A0A0. Windows color (decimal): -5072240 or 9476786. OLE color: 9476786.

HSL color Cylindrical-coordinate representation of color #B29A90: hue angle of 17.65º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B29A90 is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB178154144-
CMYK00.130.190.30
HSL17.65º18.09%63.14%-
HSV(B)17.65º19.1%69.8%-
XYZ34.9534.5931.22-
YUV160.04118.95140.81-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.39%
GREEN value IS 154 (60.55% from 255) = 32.35%
BLUE value IS 144 (56.64% from 255) = 30.25%
R=37.39%
G=32.35%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815414400.130.190.3017.6518.0963.14
HexB29A900D131E12123f
Octal2622322200152336222277
Binary1011001010011010100100000110110011111101001010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29A90; }

 p { color: rgb(178,154,144); }

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

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

 a { background-color: rgb(178,154,144); }

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

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

 span { border-color: rgb(178,154,144); }

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