#BF9A9B

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

Shades of Careys Pink #BF9A9B

Tints of Careys Pink #BF9A9B

Color information

#BF9A9B (or 0xBF9A9B) is unknown color: approx Careys Pink. HEX triplet: BF, 9A and 9B. RGB value is (191,154,155). Sum of RGB (Red+Green+Blue) = 191+154+155=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 154 (60.55% from 255 or 30.8% from 500); Blue value is 155 (60.94% from 255 or 31% from 500); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9A9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9A9B is #406564. Grayscale: #A5A5A5. Windows color (decimal): -4220261 or 10197695. OLE color: 10197695.

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

Color convert

RGB191154155-
CMYK00.190.190.25
HSL358.38º22.42%67.65%-
HSV(B)358.38º19.37%74.9%-
XYZ38.9636.5536.01-
YUV165.18122.26146.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.2%
GREEN value IS 154 (60.55% from 255) = 30.8%
BLUE value IS 155 (60.94% from 255) = 31%
R=38.2%
G=30.8%
B=31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115415500.190.190.25358.3822.4267.65
HexBF9A9B01313191661644
Octal277232233023233154626104
Binary1011111110011010100110110100111001111001101100110101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9A9B; }

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

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

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

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

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

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

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

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