#B89F8E

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

Shades of Del Rio #B89F8E

Tints of Del Rio #B89F8E

Color information

#B89F8E (or 0xB89F8E) is unknown color: approx Del Rio. HEX triplet: B8, 9F and 8E. RGB value is (184,159,142). Sum of RGB (Red+Green+Blue) = 184+159+142=485 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.94% from 485); Green value is 159 (62.5% from 255 or 32.78% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 184 - color contains mainly: red. Hex color #B89F8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89F8E is #476071. Grayscale: #A4A4A4. Windows color (decimal): -4677746 or 9347000. OLE color: 9347000.

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

Color convert

RGB184159142-
CMYK00.140.230.28
HSL24.29º22.83%63.92%-
HSV(B)24.29º22.83%72.16%-
XYZ37.0536.9430.77-
YUV164.54115.28141.88-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.94%
GREEN value IS 159 (62.5% from 255) = 32.78%
BLUE value IS 142 (55.86% from 255) = 29.28%
R=37.94%
G=32.78%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415914200.140.230.2824.2922.8363.92
HexB89F8E0E171C181740
Octal27023721601627343027100
Binary10111000100111111000111001110101111110011000101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89F8E; }

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

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

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

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

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

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

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

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