#B89E8E

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

Shades of Del Rio #B89E8E

Tints of Del Rio #B89E8E

Color information

#B89E8E (or 0xB89E8E) is unknown color: approx Del Rio. HEX triplet: B8, 9E and 8E. RGB value is (184,158,142). Sum of RGB (Red+Green+Blue) = 184+158+142=484 (64% of max value = 765). Red value is 184 (72.27% from 255 or 38.02% from 484); Green value is 158 (62.11% from 255 or 32.64% from 484); Blue value is 142 (55.86% from 255 or 29.34% from 484); Max value from RGB is 184 - color contains mainly: red. Hex color #B89E8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89E8E is #476171. Grayscale: #A4A4A4. Windows color (decimal): -4678002 or 9346744. OLE color: 9346744.

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

Color convert

RGB184158142-
CMYK00.140.230.28
HSL22.86º22.83%63.92%-
HSV(B)22.86º22.83%72.16%-
XYZ36.8836.630.71-
YUV163.95115.61142.3-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.02%
GREEN value IS 158 (62.11% from 255) = 32.64%
BLUE value IS 142 (55.86% from 255) = 29.34%
R=38.02%
G=32.64%
B=29.34%

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
Decimal18415814200.140.230.2822.8622.8363.92
HexB89E8E0E171C171740
Octal27023621601627342727100
Binary10111000100111101000111001110101111110010111101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89E8E; }

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

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

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

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

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

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

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

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