#BF9092

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

Shades of Careys Pink #BF9092

Tints of Careys Pink #BF9092

Color information

#BF9092 (or 0xBF9092) is unknown color: approx Careys Pink. HEX triplet: BF, 90 and 92. RGB value is (191,144,146). Sum of RGB (Red+Green+Blue) = 191+144+146=481 (63% of max value = 765). Red value is 191 (75% from 255 or 39.71% from 481); Green value is 144 (56.64% from 255 or 29.94% from 481); Blue value is 146 (57.42% from 255 or 30.35% from 481); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9092 is #406F6D. Grayscale: #9E9E9E. Windows color (decimal): -4222830 or 9605311. OLE color: 9605311.

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

Color convert

RGB191144146-
CMYK00.250.240.25
HSL357.45º26.86%65.69%-
HSV(B)357.45º24.61%74.9%-
XYZ36.6533.131.65-
YUV158.28121.07151.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.71%
GREEN value IS 144 (56.64% from 255) = 29.94%
BLUE value IS 146 (57.42% from 255) = 30.35%
R=39.71%
G=29.94%
B=30.35%

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
Decimal19114414600.250.240.25357.4526.8665.69
HexBF909201918191651b42
Octal277220222031303154533102
Binary1011111110010000100100100110011100011001101100101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9092; }

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

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

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

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

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

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

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

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