#BF68A5

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

Shades of Hopbush #BF68A5

Tints of Hopbush #BF68A5

Color information

#BF68A5 (or 0xBF68A5) is unknown color: approx Hopbush. HEX triplet: BF, 68 and A5. RGB value is (191,104,165). Sum of RGB (Red+Green+Blue) = 191+104+165=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 104 (41.02% from 255 or 22.61% from 460); Blue value is 165 (64.84% from 255 or 35.87% from 460); Max value from RGB is 191 - color contains mainly: red. Hex color #BF68A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF68A5 is #40975A. Grayscale: #888888. Windows color (decimal): -4233051 or 10840255. OLE color: 10840255.

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

Color convert

RGB191104165-
CMYK00.460.140.25
HSL317.93º40.47%57.84%-
HSV(B)317.93º45.55%74.9%-
XYZ33.2323.6938.42-
YUV136.97143.82166.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.52%
GREEN value IS 104 (41.02% from 255) = 22.61%
BLUE value IS 165 (64.84% from 255) = 35.87%
R=41.52%
G=22.61%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110416500.460.140.25317.9340.4757.84
HexBF68A502EE1913e283a
Octal27715024505616314765072
Binary101111111101000101001010101110111011001100111110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF68A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF68A5; }

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

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

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

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

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

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

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

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