#B29B90

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

Shades of Del Rio #B29B90

Tints of Del Rio #B29B90

Color information

#B29B90 (or 0xB29B90) is unknown color: approx Del Rio. HEX triplet: B2, 9B and 90. RGB value is (178,155,144). Sum of RGB (Red+Green+Blue) = 178+155+144=477 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.32% from 477); Green value is 155 (60.94% from 255 or 32.49% from 477); Blue value is 144 (56.64% from 255 or 30.19% from 477); Max value from RGB is 178 - color contains mainly: red. Hex color #B29B90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29B90 is #4D646F. Grayscale: #A0A0A0. Windows color (decimal): -5071984 or 9477042. OLE color: 9477042.

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

Color convert

RGB178155144-
CMYK00.130.190.30
HSL19.41º18.09%63.14%-
HSV(B)19.41º19.1%69.8%-
XYZ35.1234.9231.28-
YUV160.62118.62140.39-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.32%
GREEN value IS 155 (60.94% from 255) = 32.49%
BLUE value IS 144 (56.64% from 255) = 30.19%
R=37.32%
G=32.49%
B=30.19%

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
Decimal17815514400.130.190.3019.4118.0963.14
HexB29B900D131E13123f
Octal2622332200152336232277
Binary1011001010011011100100000110110011111101001110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29B90; }

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

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

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

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

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

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

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

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