#B89394

Color #B89394 Careys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Careys Pink #B89394

Tints of Careys Pink #B89394

Color information

#B89394 (or 0xB89394) is unknown color: approx Careys Pink. HEX triplet: B8, 93 and 94. RGB value is (184,147,148). Sum of RGB (Red+Green+Blue) = 184+147+148=479 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.41% from 479); Green value is 147 (57.81% from 255 or 30.69% from 479); Blue value is 148 (58.20% from 255 or 30.90% from 479); Max value from RGB is 184 - color contains mainly: red. Hex color #B89394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89394 is #476C6B. Grayscale: #9E9E9E. Windows color (decimal): -4680812 or 9737144. OLE color: 9737144.

HSL color Cylindrical-coordinate representation of color #B89394: hue angle of 358.38º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B89394 is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.28.

Color convert

RGB184147148-
CMYK00.200.200.28
HSL358.38º20.67%64.9%-
HSV(B)358.38º20.11%72.16%-
XYZ35.5533.232.55-
YUV158.18122.26146.42-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.41%
GREEN value IS 147 (57.81% from 255) = 30.69%
BLUE value IS 148 (58.20% from 255) = 30.90%
R=38.41%
G=30.69%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414714800.200.200.28358.3820.6764.9
HexB89394014141C1661541
Octal270223224024243454625101
Binary1011100010010011100101000101001010011100101100110101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89394; }

 p { color: rgb(184,147,148); }

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

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

 a { background-color: rgb(184,147,148); }

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

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

 span { border-color: rgb(184,147,148); }

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