#BF6292

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

Shades of Hopbush #BF6292

Tints of Hopbush #BF6292

Color information

#BF6292 (or 0xBF6292) is unknown color: approx Hopbush. HEX triplet: BF, 62 and 92. RGB value is (191,98,146). Sum of RGB (Red+Green+Blue) = 191+98+146=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 98 (38.67% from 255 or 22.53% from 435); Blue value is 146 (57.42% from 255 or 33.56% from 435); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6292 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6292 is #409D6D. Grayscale: #838383. Windows color (decimal): -4234606 or 9593535. OLE color: 9593535.

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

Color convert

RGB19198146-
CMYK00.490.240.25
HSL329.03º42.08%56.67%-
HSV(B)329.03º48.69%74.9%-
XYZ31.0421.8929.78-
YUV131.28136.31170.6-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.91%
GREEN value IS 98 (38.67% from 255) = 22.53%
BLUE value IS 146 (57.42% from 255) = 33.56%
R=43.91%
G=22.53%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919814600.490.240.25329.0342.0856.67
HexBF629203118191492a39
Octal27714222206130315115271
Binary1011111111000101001001001100011100011001101001001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6292; }

 p { color: rgb(191,98,146); }

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

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

 a { background-color: rgb(191,98,146); }

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

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

 span { border-color: rgb(191,98,146); }

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