Html Css Color HEX #BE6195 Hopbush

📋 copy color: '#BE6195'

red 190 ◦ green 97 ◦ blue 149

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

Shades of Hopbush #BE6195

Tints of Hopbush #BE6195

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.25%

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

R = 43.58%
G = 22.25%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#BE6195 (or 0xBE6195) is known color: Hopbush. HEX triplet: BE, 61 and 95. RGB value is (190,97,149). Sum of RGB (Red+Green+Blue) = 190+97+149=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 97 (38.28% from 255 or 22.25% from 436); Blue value is 149 (58.59% from 255 or 34.17% from 436); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6195 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6195 is #419E6A. Grayscale: #828282. Windows color (decimal): -4300395 or 9789886. OLE color: 9789886.

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

Color convert

RGB 190 97 149 -
CMYK 0 0.49 0.22 0.25
HSL 326.45º 0.42% 0.56% -
HSV(B) 326.45º 0.49% 0.75% -
XYZ 30.93 21.67 30.99 -
YUV 130.74 138.31 170.27 -
System Red Green Blue C M Y K H S L
Decimal 190 97 149 0 0.49 0.22 0.25 326.45 0.42 0.56
Hex BE 61 95 0 31 16 19 146 2A 38
Octal 276 141 225 0 61 26 31 506 52 70
Binary 10111110 1100001 10010101 0 110001 10110 11001 101000110 101010 111000

Color Harmonies of #BE6195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6195

Black with #BE6195

Text Example


Text Example

White with #BE6195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6195; }

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

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

background-color css

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

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

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

border-color css

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

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

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