#B89A89

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

Shades of Del Rio #B89A89

Tints of Del Rio #B89A89

Color information

#B89A89 (or 0xB89A89) is unknown color: approx Del Rio. HEX triplet: B8, 9A and 89. RGB value is (184,154,137). Sum of RGB (Red+Green+Blue) = 184+154+137=475 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.74% from 475); Green value is 154 (60.55% from 255 or 32.42% from 475); Blue value is 137 (53.91% from 255 or 28.84% from 475); Max value from RGB is 184 - color contains mainly: red. Hex color #B89A89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89A89 is #476576. Grayscale: #A1A1A1. Windows color (decimal): -4679031 or 9018040. OLE color: 9018040.

HSL color Cylindrical-coordinate representation of color #B89A89: hue angle of 21.7º 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 #B89A89 is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.28.

Color convert

RGB184154137-
CMYK00.160.260.28
HSL21.7º24.87%62.94%-
HSV(B)21.7º25.54%72.16%-
XYZ35.8435.1128.55-
YUV161.03114.44144.38-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.74%
GREEN value IS 154 (60.55% from 255) = 32.42%
BLUE value IS 137 (53.91% from 255) = 28.84%
R=38.74%
G=32.42%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415413700.160.260.2821.724.8762.94
HexB89A890101A1C16193f
Octal2702322110203234263177
Binary10111000100110101000100101000011010111001011011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89A89; }

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

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

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

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

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

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

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

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