#B59192

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

Shades of Careys Pink #B59192

Tints of Careys Pink #B59192

Color information

#B59192 (or 0xB59192) is unknown color: approx Careys Pink. HEX triplet: B5, 91 and 92. RGB value is (181,145,146). Sum of RGB (Red+Green+Blue) = 181+145+146=472 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.35% from 472); Green value is 145 (57.03% from 255 or 30.72% from 472); Blue value is 146 (57.42% from 255 or 30.93% from 472); Max value from RGB is 181 - color contains mainly: red. Hex color #B59192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59192 is #4A6E6D. Grayscale: #9B9B9B. Windows color (decimal): -4877934 or 9605557. OLE color: 9605557.

HSL color Cylindrical-coordinate representation of color #B59192: hue angle of 358.33º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B59192 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB181145146-
CMYK00.200.190.29
HSL358.33º19.57%63.92%-
HSV(B)358.33º19.89%70.98%-
XYZ34.3732.1531.59-
YUV155.88122.43145.92-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.35%
GREEN value IS 145 (57.03% from 255) = 30.72%
BLUE value IS 146 (57.42% from 255) = 30.93%
R=38.35%
G=30.72%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114514600.200.190.29358.3319.5763.92
HexB59192014131D1661440
Octal265221222024233554624100
Binary1011010110010001100100100101001001111101101100110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59192; }

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

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

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

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

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

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

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

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