Html Css Color HEX #BE7497 Hopbush

📋 copy color: '#BE7497'

red 190 ◦ green 116 ◦ blue 151

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

Shades of Hopbush #BE7497

Tints of Hopbush #BE7497

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.38%

 BLUE value IS 151 (59.38% from 255) = 33.04%

R = 41.58%
G = 25.38%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#BE7497 (or 0xBE7497) is known color: Hopbush. HEX triplet: BE, 74 and 97. RGB value is (190,116,151). Sum of RGB (Red+Green+Blue) = 190+116+151=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 116 (45.70% from 255 or 25.38% from 457); Blue value is 151 (59.38% from 255 or 33.04% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7497 is #418B68. Grayscale: #8E8E8E. Windows color (decimal): -4295529 or 9925822. OLE color: 9925822.

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

Color convert

RGB 190 116 151 -
CMYK 0 0.39 0.21 0.25
HSL 331.62º 0.36% 0.6% -
HSV(B) 331.62º 0.39% 0.75% -
XYZ 33.07 25.67 32.49 -
YUV 142.12 133.02 162.15 -
System Red Green Blue C M Y K H S L
Decimal 190 116 151 0 0.39 0.21 0.25 331.62 0.36 0.6
Hex BE 74 97 0 27 15 19 14C 24 3C
Octal 276 164 227 0 47 25 31 514 44 74
Binary 10111110 1110100 10010111 0 100111 10101 11001 101001100 100100 111100

Color Harmonies of #BE7497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7497

Black with #BE7497

Text Example


Text Example

White with #BE7497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7497; }

 p { color: rgb(190,116,151); }

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

background-color css

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

 a { background-color: rgb(190,116,151); }

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

border-color css

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

 span { border-color: rgb(190,116,151); }

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