#B89A88

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

Shades of Del Rio #B89A88

Tints of Del Rio #B89A88

Color information

#B89A88 (or 0xB89A88) is unknown color: approx Del Rio. HEX triplet: B8, 9A and 88. RGB value is (184,154,136). Sum of RGB (Red+Green+Blue) = 184+154+136=474 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.82% from 474); Green value is 154 (60.55% from 255 or 32.49% from 474); Blue value is 136 (53.52% from 255 or 28.69% from 474); Max value from RGB is 184 - color contains mainly: red. Hex color #B89A88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89A88 is #476577. Grayscale: #A1A1A1. Windows color (decimal): -4679032 or 8952504. OLE color: 8952504.

HSL color Cylindrical-coordinate representation of color #B89A88: hue angle of 22.5º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B89A88 is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.28.

Color convert

RGB184154136-
CMYK00.160.260.28
HSL22.5º25.26%62.75%-
HSV(B)22.5º26.09%72.16%-
XYZ35.7735.0828.18-
YUV160.92113.94144.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.82%
GREEN value IS 154 (60.55% from 255) = 32.49%
BLUE value IS 136 (53.52% from 255) = 28.69%
R=38.82%
G=32.49%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415413600.160.260.2822.525.2662.75
HexB89A880101A1C17193f
Octal2702322100203234273177
Binary10111000100110101000100001000011010111001011111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89A88; }

 p { color: rgb(184,154,136); }

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

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

 a { background-color: rgb(184,154,136); }

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

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

 span { border-color: rgb(184,154,136); }

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