#BF949A

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

Shades of Careys Pink #BF949A

Tints of Careys Pink #BF949A

Color information

#BF949A (or 0xBF949A) is unknown color: approx Careys Pink. HEX triplet: BF, 94 and 9A. RGB value is (191,148,154). Sum of RGB (Red+Green+Blue) = 191+148+154=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 154 (60.55% from 255 or 31.24% from 493); Max value from RGB is 191 - color contains mainly: red. Hex color #BF949A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF949A is #406B65. Grayscale: #A1A1A1. Windows color (decimal): -4221798 or 10130623. OLE color: 10130623.

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

Color convert

RGB191148154-
CMYK00.230.190.25
HSL351.63º25.15%66.47%-
HSV(B)351.63º22.51%74.9%-
XYZ37.9134.5935.25-
YUV161.54123.75149.01-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.74%
GREEN value IS 148 (58.20% from 255) = 30.02%
BLUE value IS 154 (60.55% from 255) = 31.24%
R=38.74%
G=30.02%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114815400.230.190.25351.6325.1566.47
HexBF949A01713191601942
Octal277224232027233154031102
Binary1011111110010100100110100101111001111001101100000110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF949A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF949A; }

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

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

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

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

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

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

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

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