#BF668A

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

Shades of Hopbush #BF668A

Tints of Hopbush #BF668A

Color information

#BF668A (or 0xBF668A) is unknown color: approx Hopbush. HEX triplet: BF, 66 and 8A. RGB value is (191,102,138). Sum of RGB (Red+Green+Blue) = 191+102+138=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 102 (40.23% from 255 or 23.67% from 431); Blue value is 138 (54.30% from 255 or 32.02% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BF668A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF668A is #409975. Grayscale: #848484. Windows color (decimal): -4233590 or 9070271. OLE color: 9070271.

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

Color convert

RGB191102138-
CMYK00.470.280.25
HSL335.73º41.01%57.45%-
HSV(B)335.73º46.6%74.9%-
XYZ30.8222.4126.75-
YUV132.72130.99169.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.32%
GREEN value IS 102 (40.23% from 255) = 23.67%
BLUE value IS 138 (54.30% from 255) = 32.02%
R=44.32%
G=23.67%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110213800.470.280.25335.7341.0157.45
HexBF668A02F1C191502939
Octal27714621205734315205171
Binary1011111111001101000101001011111110011001101010000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF668A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF668A; }

 p { color: rgb(191,102,138); }

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

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

 a { background-color: rgb(191,102,138); }

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

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

 span { border-color: rgb(191,102,138); }

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