#B89192

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

Shades of Careys Pink #B89192

Tints of Careys Pink #B89192

Color information

#B89192 (or 0xB89192) is unknown color: approx Careys Pink. HEX triplet: B8, 91 and 92. RGB value is (184,145,146). Sum of RGB (Red+Green+Blue) = 184+145+146=475 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.74% from 475); Green value is 145 (57.03% from 255 or 30.53% from 475); Blue value is 146 (57.42% from 255 or 30.74% from 475); Max value from RGB is 184 - color contains mainly: red. Hex color #B89192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89192 is #476E6D. Grayscale: #9C9C9C. Windows color (decimal): -4681326 or 9605560. OLE color: 9605560.

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

Color convert

RGB184145146-
CMYK00.210.210.28
HSL358.46º21.55%64.51%-
HSV(B)358.46º21.2%72.16%-
XYZ35.0832.5231.62-
YUV156.78121.92147.42-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.74%
GREEN value IS 145 (57.03% from 255) = 30.53%
BLUE value IS 146 (57.42% from 255) = 30.74%
R=38.74%
G=30.53%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414514600.210.210.28358.4621.5564.51
HexB89192015151C1661641
Octal270221222025253454626101
Binary1011100010010001100100100101011010111100101100110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89192; }

 p { color: rgb(184,145,146); }

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

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

 a { background-color: rgb(184,145,146); }

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

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

 span { border-color: rgb(184,145,146); }

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