Html Css Color HEX #BE7C97 Hopbush

📋 copy color: '#BE7C97'

red 190 ◦ green 124 ◦ blue 151

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

Shades of Hopbush #BE7C97

Tints of Hopbush #BE7C97

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.67%

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

R = 40.86%
G = 26.67%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#BE7C97 (or 0xBE7C97) is known color: Hopbush. HEX triplet: BE, 7C and 97. RGB value is (190,124,151). Sum of RGB (Red+Green+Blue) = 190+124+151=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 124 (48.83% from 255 or 26.67% from 465); Blue value is 151 (59.38% from 255 or 32.47% from 465); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7C97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7C97 is #418368. Grayscale: #929292. Windows color (decimal): -4293481 or 9927870. OLE color: 9927870.

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

Color convert

RGB 190 124 151 -
CMYK 0 0.35 0.21 0.25
HSL 335.45º 0.34% 0.62% -
HSV(B) 335.45º 0.35% 0.75% -
XYZ 34.03 27.6 32.81 -
YUV 146.81 130.37 158.8 -
System Red Green Blue C M Y K H S L
Decimal 190 124 151 0 0.35 0.21 0.25 335.45 0.34 0.62
Hex BE 7C 97 0 23 15 19 14F 22 3E
Octal 276 174 227 0 43 25 31 517 42 76
Binary 10111110 1111100 10010111 0 100011 10101 11001 101001111 100010 111110

Color Harmonies of #BE7C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7C97

Black with #BE7C97

Text Example


Text Example

White with #BE7C97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7C97; }

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

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

background-color css

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

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

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

border-color css

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

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

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