#B89F8C

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

Shades of Del Rio #B89F8C

Tints of Del Rio #B89F8C

Color information

#B89F8C (or 0xB89F8C) is unknown color: approx Del Rio. HEX triplet: B8, 9F and 8C. RGB value is (184,159,140). Sum of RGB (Red+Green+Blue) = 184+159+140=483 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.10% from 483); Green value is 159 (62.5% from 255 or 32.92% from 483); Blue value is 140 (55.08% from 255 or 28.99% from 483); Max value from RGB is 184 - color contains mainly: red. Hex color #B89F8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89F8C is #476073. Grayscale: #A4A4A4. Windows color (decimal): -4677748 or 9215928. OLE color: 9215928.

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

Color convert

RGB184159140-
CMYK00.140.240.28
HSL25.91º23.66%63.53%-
HSV(B)25.91º23.91%72.16%-
XYZ36.936.8829.98-
YUV164.31114.28142.04-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.10%
GREEN value IS 159 (62.5% from 255) = 32.92%
BLUE value IS 140 (55.08% from 255) = 28.99%
R=38.10%
G=32.92%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415914000.140.240.2825.9123.6663.53
HexB89F8C0E181C1a1840
Octal27023721401630343230100
Binary10111000100111111000110001110110001110011010110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89F8C; }

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

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

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

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

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

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

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

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