#BF739C

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

Shades of Hopbush #BF739C

Tints of Hopbush #BF739C

Color information

#BF739C (or 0xBF739C) is unknown color: approx Hopbush. HEX triplet: BF, 73 and 9C. RGB value is (191,115,156). Sum of RGB (Red+Green+Blue) = 191+115+156=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 115 (45.31% from 255 or 24.89% from 462); Blue value is 156 (61.33% from 255 or 33.77% from 462); Max value from RGB is 191 - color contains mainly: red. Hex color #BF739C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF739C is #408C63. Grayscale: #8E8E8E. Windows color (decimal): -4230244 or 10253247. OLE color: 10253247.

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

Color convert

RGB191115156-
CMYK00.400.180.25
HSL327.63º37.25%60%-
HSV(B)327.63º39.79%74.9%-
XYZ33.6225.7434.65-
YUV142.4135.68162.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.34%
GREEN value IS 115 (45.31% from 255) = 24.89%
BLUE value IS 156 (61.33% from 255) = 33.77%
R=41.34%
G=24.89%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111515600.400.180.25327.6337.2560
HexBF739C0281219148253c
Octal27716323405022315104574
Binary1011111111100111001110001010001001011001101001000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF739C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF739C; }

 p { color: rgb(191,115,156); }

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

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

 a { background-color: rgb(191,115,156); }

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

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

 span { border-color: rgb(191,115,156); }

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