#B29589

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

Shades of Del Rio #B29589

Tints of Del Rio #B29589

Color information

#B29589 (or 0xB29589) is unknown color: approx Del Rio. HEX triplet: B2, 95 and 89. RGB value is (178,149,137). Sum of RGB (Red+Green+Blue) = 178+149+137=464 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.36% from 464); Green value is 149 (58.59% from 255 or 32.11% from 464); Blue value is 137 (53.91% from 255 or 29.53% from 464); Max value from RGB is 178 - color contains mainly: red. Hex color #B29589 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29589 is #4D6A76. Grayscale: #9C9C9C. Windows color (decimal): -5073527 or 9016754. OLE color: 9016754.

HSL color Cylindrical-coordinate representation of color #B29589: hue angle of 17.56º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B29589 is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB178149137-
CMYK00.160.230.30
HSL17.56º21.03%61.76%-
HSV(B)17.56º23.03%69.8%-
XYZ33.6232.7728.22-
YUV156.3117.11143.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.36%
GREEN value IS 149 (58.59% from 255) = 32.11%
BLUE value IS 137 (53.91% from 255) = 29.53%
R=38.36%
G=32.11%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814913700.160.230.3017.5621.0361.76
HexB29589010171E12153e
Octal2622252110202736222576
Binary10110010100101011000100101000010111111101001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29589; }

 p { color: rgb(178,149,137); }

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

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

 a { background-color: rgb(178,149,137); }

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

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

 span { border-color: rgb(178,149,137); }

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