#BE628B

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

Shades of Hopbush #BE628B

Tints of Hopbush #BE628B

Color information

#BE628B (or 0xBE628B) is unknown color: approx Hopbush. HEX triplet: BE, 62 and 8B. RGB value is (190,98,139). Sum of RGB (Red+Green+Blue) = 190+98+139=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 98 (38.67% from 255 or 22.95% from 427); Blue value is 139 (54.69% from 255 or 32.55% from 427); Max value from RGB is 190 - color contains mainly: red. Hex color #BE628B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE628B is #419D74. Grayscale: #828282. Windows color (decimal): -4300149 or 9134782. OLE color: 9134782.

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

Color convert

RGB19098139-
CMYK00.480.270.25
HSL333.26º41.44%56.47%-
HSV(B)333.26º48.42%74.51%-
XYZ30.2621.5526.99-
YUV130.18132.98170.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.50%
GREEN value IS 98 (38.67% from 255) = 22.95%
BLUE value IS 139 (54.69% from 255) = 32.55%
R=44.50%
G=22.95%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909813900.480.270.25333.2641.4456.47
HexBE628B0301B1914d2938
Octal27614221306033315155170
Binary1011111011000101000101101100001101111001101001101101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE628B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE628B; }

 p { color: rgb(190,98,139); }

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

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

 a { background-color: rgb(190,98,139); }

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

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

 span { border-color: rgb(190,98,139); }

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