Html Css Color HEX #BE75A0 Hopbush

📋 copy color: '#BE75A0'

red 190 ◦ green 117 ◦ blue 160

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

Shades of Hopbush #BE75A0

Tints of Hopbush #BE75A0

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.05%

 BLUE value IS 160 (62.89% from 255) = 34.26%

R = 40.69%
G = 25.05%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BE75A0 (or 0xBE75A0) is known color: Hopbush. HEX triplet: BE, 75 and A0. RGB value is (190,117,160). Sum of RGB (Red+Green+Blue) = 190+117+160=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 117 (46.09% from 255 or 25.05% from 467); Blue value is 160 (62.89% from 255 or 34.26% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BE75A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE75A0 is #418A5F. Grayscale: #8F8F8F. Windows color (decimal): -4295264 or 10515902. OLE color: 10515902.

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

Color convert

RGB 190 117 160 -
CMYK 0 0.38 0.16 0.25
HSL 324.66º 0.36% 0.6% -
HSV(B) 324.66º 0.38% 0.75% -
XYZ 33.94 26.21 36.53 -
YUV 143.73 137.18 161 -
System Red Green Blue C M Y K H S L
Decimal 190 117 160 0 0.38 0.16 0.25 324.66 0.36 0.6
Hex BE 75 A0 0 26 10 19 145 24 3C
Octal 276 165 240 0 46 20 31 505 44 74
Binary 10111110 1110101 10100000 0 100110 10000 11001 101000101 100100 111100

Color Harmonies of #BE75A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE75A0

Black with #BE75A0

Text Example


Text Example

White with #BE75A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE75A0; }

 p { color: rgb(190,117,160); }

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

background-color css

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

 a { background-color: rgb(190,117,160); }

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

border-color css

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

 span { border-color: rgb(190,117,160); }

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