Html Css Color HEX #BE6C95 Hopbush

📋 copy color: '#BE6C95'

red 190 ◦ green 108 ◦ blue 149

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

Shades of Hopbush #BE6C95

Tints of Hopbush #BE6C95

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.16%

 BLUE value IS 149 (58.59% from 255) = 33.33%

R = 42.51%
G = 24.16%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#BE6C95 (or 0xBE6C95) is known color: Hopbush. HEX triplet: BE, 6C and 95. RGB value is (190,108,149). Sum of RGB (Red+Green+Blue) = 190+108+149=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 108 (42.58% from 255 or 24.16% from 447); Blue value is 149 (58.59% from 255 or 33.33% from 447); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6C95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6C95 is #41936A. Grayscale: #898989. Windows color (decimal): -4297579 or 9792702. OLE color: 9792702.

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

Color convert

RGB 190 108 149 -
CMYK 0 0.43 0.22 0.25
HSL 330º 0.39% 0.58% -
HSV(B) 330º 0.43% 0.75% -
XYZ 32.02 23.84 31.35 -
YUV 137.19 134.67 165.67 -
System Red Green Blue C M Y K H S L
Decimal 190 108 149 0 0.43 0.22 0.25 330 0.39 0.58
Hex BE 6C 95 0 2B 16 19 14A 27 3A
Octal 276 154 225 0 53 26 31 512 47 72
Binary 10111110 1101100 10010101 0 101011 10110 11001 101001010 100111 111010

Color Harmonies of #BE6C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6C95

Black with #BE6C95

Text Example


Text Example

White with #BE6C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6C95; }

 p { color: rgb(190,108,149); }

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

background-color css

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

 a { background-color: rgb(190,108,149); }

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

border-color css

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

 span { border-color: rgb(190,108,149); }

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