#BF7093

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

Shades of Hopbush #BF7093

Tints of Hopbush #BF7093

Color information

#BF7093 (or 0xBF7093) is unknown color: approx Hopbush. HEX triplet: BF, 70 and 93. RGB value is (191,112,147). Sum of RGB (Red+Green+Blue) = 191+112+147=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 112 (44.14% from 255 or 24.89% from 450); Blue value is 147 (57.81% from 255 or 32.67% from 450); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7093 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7093 is #408F6C. Grayscale: #8B8B8B. Windows color (decimal): -4231021 or 9662655. OLE color: 9662655.

HSL color Cylindrical-coordinate representation of color #BF7093: hue angle of 333.42º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF7093 is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB191112147-
CMYK00.410.230.25
HSL333.42º38.16%59.41%-
HSV(B)333.42º41.36%74.9%-
XYZ32.5524.7730.67-
YUV139.61132.17164.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.44%
GREEN value IS 112 (44.14% from 255) = 24.89%
BLUE value IS 147 (57.81% from 255) = 32.67%
R=42.44%
G=24.89%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111214700.410.230.25333.4238.1659.41
HexBF7093029171914d263b
Octal27716022305127315154673
Binary1011111111100001001001101010011011111001101001101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7093; }

 p { color: rgb(191,112,147); }

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

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

 a { background-color: rgb(191,112,147); }

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

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

 span { border-color: rgb(191,112,147); }

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