Html Css Color HEX #BE6A98 Hopbush

📋 copy color: '#BE6A98'

red 190 ◦ green 106 ◦ blue 152

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

Shades of Hopbush #BE6A98

Tints of Hopbush #BE6A98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 33.93%

R = 42.41%
G = 23.66%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.2

 K value IS 0.25

RGB Variations

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

Color information

#BE6A98 (or 0xBE6A98) is known color: Hopbush. HEX triplet: BE, 6A and 98. RGB value is (190,106,152). Sum of RGB (Red+Green+Blue) = 190+106+152=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 106 (41.80% from 255 or 23.66% from 448); Blue value is 152 (59.77% from 255 or 33.93% from 448); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6A98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6A98 is #419567. Grayscale: #888888. Windows color (decimal): -4298088 or 9988798. OLE color: 9988798.

HSL color Cylindrical-coordinate representation of color #BE6A98: hue angle of 327.14º 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 #BE6A98 is Cyan = 0, Magento = 0.44, Yellow = 0.2 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 106 152 -
CMYK 0 0.44 0.2 0.25
HSL 327.14º 0.39% 0.58% -
HSV(B) 327.14º 0.44% 0.75% -
XYZ 32.06 23.52 32.56 -
YUV 136.36 136.83 166.26 -
System Red Green Blue C M Y K H S L
Decimal 190 106 152 0 0.44 0.2 0.25 327.14 0.39 0.58
Hex BE 6A 98 0 2C 14 19 147 27 3A
Octal 276 152 230 0 54 24 31 507 47 72
Binary 10111110 1101010 10011000 0 101100 10100 11001 101000111 100111 111010

Color Harmonies of #BE6A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6A98

Black with #BE6A98

Text Example


Text Example

White with #BE6A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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