#B89F98

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

Shades of Del Rio #B89F98

Tints of Del Rio #B89F98

Color information

#B89F98 (or 0xB89F98) is unknown color: approx Del Rio. HEX triplet: B8, 9F and 98. RGB value is (184,159,152). Sum of RGB (Red+Green+Blue) = 184+159+152=495 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.17% from 495); Green value is 159 (62.5% from 255 or 32.12% from 495); Blue value is 152 (59.77% from 255 or 30.71% from 495); Max value from RGB is 184 - color contains mainly: red. Hex color #B89F98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89F98 is #476067. Grayscale: #A5A5A5. Windows color (decimal): -4677736 or 10002360. OLE color: 10002360.

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

Color convert

RGB184159152-
CMYK00.140.170.28
HSL13.13º18.39%65.88%-
HSV(B)13.13º17.39%72.16%-
XYZ37.8337.2534.9-
YUV165.68120.28141.07-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.17%
GREEN value IS 159 (62.5% from 255) = 32.12%
BLUE value IS 152 (59.77% from 255) = 30.71%
R=37.17%
G=32.12%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415915200.140.170.2813.1318.3965.88
HexB89F980E111Cd1242
Octal27023723001621341522102
Binary1011100010011111100110000111010001111001101100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89F98; }

 p { color: rgb(184,159,152); }

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

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

 a { background-color: rgb(184,159,152); }

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

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

 span { border-color: rgb(184,159,152); }

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