#BF9597

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

Shades of Careys Pink #BF9597

Tints of Careys Pink #BF9597

Color information

#BF9597 (or 0xBF9597) is unknown color: approx Careys Pink. HEX triplet: BF, 95 and 97. RGB value is (191,149,151). Sum of RGB (Red+Green+Blue) = 191+149+151=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 149 (58.59% from 255 or 30.35% from 491); Blue value is 151 (59.38% from 255 or 30.75% from 491); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9597 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9597 is #406A68. Grayscale: #A1A1A1. Windows color (decimal): -4221545 or 9934271. OLE color: 9934271.

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

Color convert

RGB191149151-
CMYK00.220.210.25
HSL357.14º24.71%66.67%-
HSV(B)357.14º21.99%74.9%-
XYZ37.8234.8134-
YUV161.79121.91148.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.90%
GREEN value IS 149 (58.59% from 255) = 30.35%
BLUE value IS 151 (59.38% from 255) = 30.75%
R=38.90%
G=30.35%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114915100.220.210.25357.1424.7166.67
HexBF959701615191651943
Octal277225227026253154531103
Binary1011111110010101100101110101101010111001101100101110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9597; }

 p { color: rgb(191,149,151); }

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

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

 a { background-color: rgb(191,149,151); }

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

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

 span { border-color: rgb(191,149,151); }

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