#B4999A

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

Shades of Careys Pink #B4999A

Tints of Careys Pink #B4999A

Color information

#B4999A (or 0xB4999A) is unknown color: approx Careys Pink. HEX triplet: B4, 99 and 9A. RGB value is (180,153,154). Sum of RGB (Red+Green+Blue) = 180+153+154=487 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.96% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 154 (60.55% from 255 or 31.62% from 487); Max value from RGB is 180 - color contains mainly: red. Hex color #B4999A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4999A is #4B6665. Grayscale: #A1A1A1. Windows color (decimal): -4941414 or 10131892. OLE color: 10131892.

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

Color convert

RGB180153154-
CMYK00.150.140.29
HSL357.78º15.25%65.29%-
HSV(B)357.78º15%70.59%-
XYZ36.0534.8235.39-
YUV161.19123.95141.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.96%
GREEN value IS 153 (60.16% from 255) = 31.42%
BLUE value IS 154 (60.55% from 255) = 31.62%
R=36.96%
G=31.42%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015315400.150.140.29357.7815.2565.29
HexB4999A0FE1D166f41
Octal264231232017163554617101
Binary1011010010011001100110100111111101110110110011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4999A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4999A; }

 p { color: rgb(180,153,154); }

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

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

 a { background-color: rgb(180,153,154); }

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

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

 span { border-color: rgb(180,153,154); }

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