#BF959A

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

Shades of Careys Pink #BF959A

Tints of Careys Pink #BF959A

Color information

#BF959A (or 0xBF959A) is unknown color: approx Careys Pink. HEX triplet: BF, 95 and 9A. RGB value is (191,149,154). Sum of RGB (Red+Green+Blue) = 191+149+154=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 149 (58.59% from 255 or 30.16% from 494); Blue value is 154 (60.55% from 255 or 31.17% from 494); Max value from RGB is 191 - color contains mainly: red. Hex color #BF959A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF959A is #406A65. Grayscale: #A2A2A2. Windows color (decimal): -4221542 or 10130879. OLE color: 10130879.

HSL color Cylindrical-coordinate representation of color #BF959A: hue angle of 352.86º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BF959A is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB191149154-
CMYK00.220.190.25
HSL352.86º24.71%66.67%-
HSV(B)352.86º21.99%74.9%-
XYZ38.0734.935.3-
YUV162.13123.41148.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.66%
GREEN value IS 149 (58.59% from 255) = 30.16%
BLUE value IS 154 (60.55% from 255) = 31.17%
R=38.66%
G=30.16%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114915400.220.190.25352.8624.7166.67
HexBF959A01613191611943
Octal277225232026233154131103
Binary1011111110010101100110100101101001111001101100001110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF959A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF959A; }

 p { color: rgb(191,149,154); }

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

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

 a { background-color: rgb(191,149,154); }

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

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

 span { border-color: rgb(191,149,154); }

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