#BF75A3

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

Shades of Bouquet #BF75A3

Tints of Bouquet #BF75A3

Color information

#BF75A3 (or 0xBF75A3) is unknown color: approx Bouquet. HEX triplet: BF, 75 and A3. RGB value is (191,117,163). Sum of RGB (Red+Green+Blue) = 191+117+163=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 117 (46.09% from 255 or 24.84% from 471); Blue value is 163 (64.06% from 255 or 34.61% from 471); Max value from RGB is 191 - color contains mainly: red. Hex color #BF75A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF75A3 is #408A5C. Grayscale: #909090. Windows color (decimal): -4229725 or 10712511. OLE color: 10712511.

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

Color convert

RGB191117163-
CMYK00.390.150.25
HSL322.7º36.63%60.39%-
HSV(B)322.7º38.74%74.9%-
XYZ34.4626.4437.94-
YUV144.37138.52161.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.55%
GREEN value IS 117 (46.09% from 255) = 24.84%
BLUE value IS 163 (64.06% from 255) = 34.61%
R=40.55%
G=24.84%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111716300.390.150.25322.736.6360.39
HexBF75A3027F19143253c
Octal27716524304717315034574
Binary101111111110101101000110100111111111001101000011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF75A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF75A3; }

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

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

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

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

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

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

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

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