#B29E90

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

Shades of Del Rio #B29E90

Tints of Del Rio #B29E90

Color information

#B29E90 (or 0xB29E90) is unknown color: approx Del Rio. HEX triplet: B2, 9E and 90. RGB value is (178,158,144). Sum of RGB (Red+Green+Blue) = 178+158+144=480 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.08% from 480); Green value is 158 (62.11% from 255 or 32.92% from 480); Blue value is 144 (56.64% from 255 or 30% from 480); Max value from RGB is 178 - color contains mainly: red. Hex color #B29E90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29E90 is #4D616F. Grayscale: #A2A2A2. Windows color (decimal): -5071216 or 9477810. OLE color: 9477810.

HSL color Cylindrical-coordinate representation of color #B29E90: hue angle of 24.71º 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 #B29E90 is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB178158144-
CMYK00.110.190.30
HSL24.71º18.09%63.14%-
HSV(B)24.71º19.1%69.8%-
XYZ35.6235.9331.44-
YUV162.38117.63139.14-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.08%
GREEN value IS 158 (62.11% from 255) = 32.92%
BLUE value IS 144 (56.64% from 255) = 30%
R=37.08%
G=32.92%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815814400.110.190.3024.7118.0963.14
HexB29E900B131E19123f
Octal2622362200132336312277
Binary1011001010011110100100000101110011111101100110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29E90; }

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

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

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

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

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

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

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

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