Html Css Color HEX #BE6A99 Hopbush

📋 copy color: '#BE6A99'

red 190 ◦ green 106 ◦ blue 153

#BE6A99
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hopbush #BE6A99

Tints of Hopbush #BE6A99

RGB

 RED value IS 190 (74.61% from 255) = 42.32%

 GREEN value IS 106 (41.8% from 255) = 23.61%

 BLUE value IS 153 (60.16% from 255) = 34.08%

R = 42.32%
G = 23.61%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#BE6A99 (or 0xBE6A99) is known color: Hopbush. HEX triplet: BE, 6A and 99. RGB value is (190,106,153). Sum of RGB (Red+Green+Blue) = 190+106+153=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 106 (41.80% from 255 or 23.61% from 449); Blue value is 153 (60.16% from 255 or 34.08% from 449); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6A99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6A99 is #419566. Grayscale: #888888. Windows color (decimal): -4298087 or 10054334. OLE color: 10054334.

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

Color convert

RGB 190 106 153 -
CMYK 0 0.44 0.19 0.25
HSL 326.43º 0.39% 0.58% -
HSV(B) 326.43º 0.44% 0.75% -
XYZ 32.14 23.56 32.99 -
YUV 136.47 137.33 166.18 -
System Red Green Blue C M Y K H S L
Decimal 190 106 153 0 0.44 0.19 0.25 326.43 0.39 0.58
Hex BE 6A 99 0 2C 13 19 146 27 3A
Octal 276 152 231 0 54 23 31 506 47 72
Binary 10111110 1101010 10011001 0 101100 10011 11001 101000110 100111 111010

Color Harmonies of #BE6A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6A99

Black with #BE6A99

Text Example


Text Example

White with #BE6A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6A99; }

 p { color: rgb(190,106,153); }

 H1.HeaderClassName
 {
   color: #BE6A99;
 }
 .AnyTagClassName
 {
   color: #BE6A99;
 }
</style>

background-color css

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

 a { background-color: rgb(190,106,153); }

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

border-color css

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

 span { border-color: rgb(190,106,153); }

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