#B89989

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

Shades of Del Rio #B89989

Tints of Del Rio #B89989

Color information

#B89989 (or 0xB89989) is unknown color: approx Del Rio. HEX triplet: B8, 99 and 89. RGB value is (184,153,137). Sum of RGB (Red+Green+Blue) = 184+153+137=474 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.82% from 474); Green value is 153 (60.16% from 255 or 32.28% from 474); Blue value is 137 (53.91% from 255 or 28.90% from 474); Max value from RGB is 184 - color contains mainly: red. Hex color #B89989 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89989 is #476676. Grayscale: #A0A0A0. Windows color (decimal): -4679287 or 9017784. OLE color: 9017784.

HSL color Cylindrical-coordinate representation of color #B89989: hue angle of 20.43º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B89989 is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.28.

Color convert

RGB184153137-
CMYK00.170.260.28
HSL20.43º24.87%62.94%-
HSV(B)20.43º25.54%72.16%-
XYZ35.6734.7828.5-
YUV160.44114.77144.8-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.82%
GREEN value IS 153 (60.16% from 255) = 32.28%
BLUE value IS 137 (53.91% from 255) = 28.90%
R=38.82%
G=32.28%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415313700.170.260.2820.4324.8762.94
HexB899890111A1C14193f
Octal2702312110213234243177
Binary10111000100110011000100101000111010111001010011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89989; }

 p { color: rgb(184,153,137); }

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

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

 a { background-color: rgb(184,153,137); }

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

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

 span { border-color: rgb(184,153,137); }

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