#B59596

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

Shades of Careys Pink #B59596

Tints of Careys Pink #B59596

Color information

#B59596 (or 0xB59596) is unknown color: approx Careys Pink. HEX triplet: B5, 95 and 96. RGB value is (181,149,150). Sum of RGB (Red+Green+Blue) = 181+149+150=480 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.71% from 480); Green value is 149 (58.59% from 255 or 31.04% from 480); Blue value is 150 (58.98% from 255 or 31.25% from 480); Max value from RGB is 181 - color contains mainly: red. Hex color #B59596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59596 is #4A6A69. Grayscale: #9E9E9E. Windows color (decimal): -4876906 or 9868725. OLE color: 9868725.

HSL color Cylindrical-coordinate representation of color #B59596: hue angle of 358.12º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B59596 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB181149150-
CMYK00.180.170.29
HSL358.12º17.78%64.71%-
HSV(B)358.12º17.68%70.98%-
XYZ35.3133.5233.46-
YUV158.68123.1143.92-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.71%
GREEN value IS 149 (58.59% from 255) = 31.04%
BLUE value IS 150 (58.98% from 255) = 31.25%
R=37.71%
G=31.04%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114915000.180.170.29358.1217.7864.71
HexB59596012111D1661241
Octal265225226022213554622101
Binary1011010110010101100101100100101000111101101100110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59596; }

 p { color: rgb(181,149,150); }

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

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

 a { background-color: rgb(181,149,150); }

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

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

 span { border-color: rgb(181,149,150); }

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