#BF9091

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

Shades of Careys Pink #BF9091

Tints of Careys Pink #BF9091

Color information

#BF9091 (or 0xBF9091) is unknown color: approx Careys Pink. HEX triplet: BF, 90 and 91. RGB value is (191,144,145). Sum of RGB (Red+Green+Blue) = 191+144+145=480 (63% of max value = 765). Red value is 191 (75% from 255 or 39.79% from 480); Green value is 144 (56.64% from 255 or 30% from 480); Blue value is 145 (57.03% from 255 or 30.21% from 480); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9091 is #406F6E. Grayscale: #9E9E9E. Windows color (decimal): -4222831 or 9539775. OLE color: 9539775.

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

Color convert

RGB191144145-
CMYK00.250.240.25
HSL358.72º26.86%65.69%-
HSV(B)358.72º24.61%74.9%-
XYZ36.5733.0731.24-
YUV158.17120.57151.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.79%
GREEN value IS 144 (56.64% from 255) = 30%
BLUE value IS 145 (57.03% from 255) = 30.21%
R=39.79%
G=30%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114414500.250.240.25358.7226.8665.69
HexBF909101918191671b42
Octal277220221031303154733102
Binary1011111110010000100100010110011100011001101100111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9091; }

 p { color: rgb(191,144,145); }

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

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

 a { background-color: rgb(191,144,145); }

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

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

 span { border-color: rgb(191,144,145); }

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