Html Css Color HEX #BE7C99 Hopbush

📋 copy color: '#BE7C99'

red 190 ◦ green 124 ◦ blue 153

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

Shades of Hopbush #BE7C99

Tints of Hopbush #BE7C99

RGB

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

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

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

R = 40.69%
G = 26.55%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#BE7C99 (or 0xBE7C99) is known color: Hopbush. HEX triplet: BE, 7C and 99. RGB value is (190,124,153). Sum of RGB (Red+Green+Blue) = 190+124+153=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 124 (48.83% from 255 or 26.55% from 467); Blue value is 153 (60.16% from 255 or 32.76% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7C99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7C99 is #418366. Grayscale: #929292. Windows color (decimal): -4293479 or 10058942. OLE color: 10058942.

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

Color convert

RGB 190 124 153 -
CMYK 0 0.35 0.19 0.25
HSL 333.64º 0.34% 0.62% -
HSV(B) 333.64º 0.35% 0.75% -
XYZ 34.19 27.66 33.67 -
YUV 147.04 131.37 158.64 -
System Red Green Blue C M Y K H S L
Decimal 190 124 153 0 0.35 0.19 0.25 333.64 0.34 0.62
Hex BE 7C 99 0 23 13 19 14E 22 3E
Octal 276 174 231 0 43 23 31 516 42 76
Binary 10111110 1111100 10011001 0 100011 10011 11001 101001110 100010 111110

Color Harmonies of #BE7C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7C99

Black with #BE7C99

Text Example


Text Example

White with #BE7C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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