#BF9093

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

Shades of Careys Pink #BF9093

Tints of Careys Pink #BF9093

Color information

#BF9093 (or 0xBF9093) is unknown color: approx Careys Pink. HEX triplet: BF, 90 and 93. RGB value is (191,144,147). Sum of RGB (Red+Green+Blue) = 191+144+147=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 144 (56.64% from 255 or 29.88% from 482); Blue value is 147 (57.81% from 255 or 30.50% from 482); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9093 is #406F6C. Grayscale: #9E9E9E. Windows color (decimal): -4222829 or 9670847. OLE color: 9670847.

HSL color Cylindrical-coordinate representation of color #BF9093: hue angle of 356.17º 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 #BF9093 is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB191144147-
CMYK00.250.230.25
HSL356.17º26.86%65.69%-
HSV(B)356.17º24.61%74.9%-
XYZ36.7333.1332.06-
YUV158.4121.57151.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.63%
GREEN value IS 144 (56.64% from 255) = 29.88%
BLUE value IS 147 (57.81% from 255) = 30.50%
R=39.63%
G=29.88%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114414700.250.230.25356.1726.8665.69
HexBF909301917191641b42
Octal277220223031273154433102
Binary1011111110010000100100110110011011111001101100100110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9093; }

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

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

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

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

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

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

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

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