#BF9C9F

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

Shades of Careys Pink #BF9C9F

Tints of Careys Pink #BF9C9F

Color information

#BF9C9F (or 0xBF9C9F) is unknown color: approx Careys Pink. HEX triplet: BF, 9C and 9F. RGB value is (191,156,159). Sum of RGB (Red+Green+Blue) = 191+156+159=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 156 (61.33% from 255 or 30.83% from 506); Blue value is 159 (62.5% from 255 or 31.42% from 506); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9C9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9C9F is #406360. Grayscale: #A6A6A6. Windows color (decimal): -4219745 or 10460351. OLE color: 10460351.

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

Color convert

RGB191156159-
CMYK00.180.170.25
HSL354.86º21.47%68.04%-
HSV(B)354.86º18.32%74.9%-
XYZ39.6337.3637.92-
YUV166.81123.6145.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.75%
GREEN value IS 156 (61.33% from 255) = 30.83%
BLUE value IS 159 (62.5% from 255) = 31.42%
R=37.75%
G=30.83%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115615900.180.170.25354.8621.4768.04
HexBF9C9F01211191631544
Octal277234237022213154325104
Binary1011111110011100100111110100101000111001101100011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9C9F; }

 p { color: rgb(191,156,159); }

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

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

 a { background-color: rgb(191,156,159); }

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

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

 span { border-color: rgb(191,156,159); }

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