#BF648A

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

Shades of Hopbush #BF648A

Tints of Hopbush #BF648A

Color information

#BF648A (or 0xBF648A) is unknown color: approx Hopbush. HEX triplet: BF, 64 and 8A. RGB value is (191,100,138). Sum of RGB (Red+Green+Blue) = 191+100+138=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 100 (39.45% from 255 or 23.31% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BF648A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF648A is #409B75. Grayscale: #838383. Windows color (decimal): -4234102 or 9069759. OLE color: 9069759.

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

Color convert

RGB191100138-
CMYK00.480.280.25
HSL334.95º41.55%57.06%-
HSV(B)334.95º47.64%74.9%-
XYZ30.6322.0326.68-
YUV131.54131.65170.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.52%
GREEN value IS 100 (39.45% from 255) = 23.31%
BLUE value IS 138 (54.30% from 255) = 32.17%
R=44.52%
G=23.31%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110013800.480.280.25334.9541.5557.06
HexBF648A0301C1914f2a39
Octal27714421206034315175271
Binary1011111111001001000101001100001110011001101001111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF648A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF648A; }

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

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

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

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

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

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

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

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