#BF75A5

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

Shades of Bouquet #BF75A5

Tints of Bouquet #BF75A5

Color information

#BF75A5 (or 0xBF75A5) is unknown color: approx Bouquet. HEX triplet: BF, 75 and A5. RGB value is (191,117,165). Sum of RGB (Red+Green+Blue) = 191+117+165=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 117 (46.09% from 255 or 24.74% from 473); Blue value is 165 (64.84% from 255 or 34.88% from 473); Max value from RGB is 191 - color contains mainly: red. Hex color #BF75A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF75A5 is #408A5A. Grayscale: #909090. Windows color (decimal): -4229723 or 10843583. OLE color: 10843583.

HSL color Cylindrical-coordinate representation of color #BF75A5: hue angle of 321.08º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BF75A5 is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB191117165-
CMYK00.390.140.25
HSL321.08º36.63%60.39%-
HSV(B)321.08º38.74%74.9%-
XYZ34.6426.5238.89-
YUV144.6139.52161.1-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.38%
GREEN value IS 117 (46.09% from 255) = 24.74%
BLUE value IS 165 (64.84% from 255) = 34.88%
R=40.38%
G=24.74%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111716500.390.140.25321.0836.6360.39
HexBF75A5027E19141253c
Octal27716524504716315014574
Binary101111111110101101001010100111111011001101000001100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF75A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF75A5; }

 p { color: rgb(191,117,165); }

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

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

 a { background-color: rgb(191,117,165); }

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

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

 span { border-color: rgb(191,117,165); }

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