Html Css Color HEX #BE7D99 Hopbush

📋 copy color: '#BE7D99'

red 190 ◦ green 125 ◦ blue 153

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

Shades of Hopbush #BE7D99

Tints of Hopbush #BE7D99

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.71%

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

R = 40.6%
G = 26.71%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#BE7D99 (or 0xBE7D99) is known color: Hopbush. HEX triplet: BE, 7D and 99. RGB value is (190,125,153). Sum of RGB (Red+Green+Blue) = 190+125+153=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 125 (49.22% from 255 or 26.71% from 468); Blue value is 153 (60.16% from 255 or 32.69% from 468); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7D99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7D99 is #418266. Grayscale: #939393. Windows color (decimal): -4293223 or 10059198. OLE color: 10059198.

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

Color convert

RGB 190 125 153 -
CMYK 0 0.34 0.19 0.25
HSL 334.15º 0.33% 0.62% -
HSV(B) 334.15º 0.34% 0.75% -
XYZ 34.32 27.91 33.72 -
YUV 147.63 131.03 158.22 -
System Red Green Blue C M Y K H S L
Decimal 190 125 153 0 0.34 0.19 0.25 334.15 0.33 0.62
Hex BE 7D 99 0 22 13 19 14E 21 3E
Octal 276 175 231 0 42 23 31 516 41 76
Binary 10111110 1111101 10011001 0 100010 10011 11001 101001110 100001 111110

Color Harmonies of #BE7D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7D99

Black with #BE7D99

Text Example


Text Example

White with #BE7D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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