Html Css Color HEX #BE7299 Hopbush

📋 copy color: '#BE7299'

red 190 ◦ green 114 ◦ blue 153

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

Shades of Hopbush #BE7299

Tints of Hopbush #BE7299

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.95%

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

R = 41.58%
G = 24.95%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#BE7299 (or 0xBE7299) is known color: Hopbush. HEX triplet: BE, 72 and 99. RGB value is (190,114,153). Sum of RGB (Red+Green+Blue) = 190+114+153=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 114 (44.92% from 255 or 24.95% from 457); Blue value is 153 (60.16% from 255 or 33.48% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7299 is #418D66. Grayscale: #8D8D8D. Windows color (decimal): -4296039 or 10056382. OLE color: 10056382.

HSL color Cylindrical-coordinate representation of color #BE7299: hue angle of 329.21º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BE7299 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 114 153 -
CMYK 0 0.40 0.19 0.25
HSL 329.21º 0.37% 0.6% -
HSV(B) 329.21º 0.4% 0.75% -
XYZ 33 25.28 33.28 -
YUV 141.17 134.68 162.83 -
System Red Green Blue C M Y K H S L
Decimal 190 114 153 0 0.40 0.19 0.25 329.21 0.37 0.6
Hex BE 72 99 0 28 13 19 149 25 3C
Octal 276 162 231 0 50 23 31 511 45 74
Binary 10111110 1110010 10011001 0 101000 10011 11001 101001001 100101 111100

Color Harmonies of #BE7299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7299

Black with #BE7299

Text Example


Text Example

White with #BE7299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7299; }

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

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

background-color css

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

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

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

border-color css

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

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

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