#B89F8D

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

Shades of Del Rio #B89F8D

Tints of Del Rio #B89F8D

Color information

#B89F8D (or 0xB89F8D) is unknown color: approx Del Rio. HEX triplet: B8, 9F and 8D. RGB value is (184,159,141). Sum of RGB (Red+Green+Blue) = 184+159+141=484 (64% of max value = 765). Red value is 184 (72.27% from 255 or 38.02% from 484); Green value is 159 (62.5% from 255 or 32.85% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 184 - color contains mainly: red. Hex color #B89F8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89F8D is #476072. Grayscale: #A4A4A4. Windows color (decimal): -4677747 or 9281464. OLE color: 9281464.

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

Color convert

RGB184159141-
CMYK00.140.230.28
HSL25.12º23.24%63.73%-
HSV(B)25.12º23.37%72.16%-
XYZ36.9736.9130.37-
YUV164.42114.78141.96-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.02%
GREEN value IS 159 (62.5% from 255) = 32.85%
BLUE value IS 141 (55.47% from 255) = 29.13%
R=38.02%
G=32.85%
B=29.13%

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
Decimal18415914100.140.230.2825.1223.2463.73
HexB89F8D0E171C191740
Octal27023721501627343127100
Binary10111000100111111000110101110101111110011001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89F8D; }

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

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

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

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

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

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

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

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