#BF7BA5

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

Shades of Bouquet #BF7BA5

Tints of Bouquet #BF7BA5

Color information

#BF7BA5 (or 0xBF7BA5) is unknown color: approx Bouquet. HEX triplet: BF, 7B and A5. RGB value is (191,123,165). Sum of RGB (Red+Green+Blue) = 191+123+165=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 123 (48.44% from 255 or 25.68% from 479); Blue value is 165 (64.84% from 255 or 34.45% from 479); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7BA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7BA5 is #40845A. Grayscale: #949494. Windows color (decimal): -4228187 or 10845119. OLE color: 10845119.

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

Color convert

RGB191123165-
CMYK00.360.140.25
HSL322.94º34.69%61.57%-
HSV(B)322.94º35.6%74.9%-
XYZ35.3627.9639.13-
YUV148.12137.53158.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.87%
GREEN value IS 123 (48.44% from 255) = 25.68%
BLUE value IS 165 (64.84% from 255) = 34.45%
R=39.87%
G=25.68%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112316500.360.140.25322.9434.6961.57
HexBF7BA5024E19143233e
Octal27717324504416315034376
Binary101111111111011101001010100100111011001101000011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7BA5; }

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

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

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

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

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

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

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

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