Html Css Color HEX #BE6A93 Hopbush

📋 copy color: '#BE6A93'

red 190 ◦ green 106 ◦ blue 147

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

Shades of Hopbush #BE6A93

Tints of Hopbush #BE6A93

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.93%

 BLUE value IS 147 (57.81% from 255) = 33.18%

R = 42.89%
G = 23.93%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BE6A93 (or 0xBE6A93) is known color: Hopbush. HEX triplet: BE, 6A and 93. RGB value is (190,106,147). Sum of RGB (Red+Green+Blue) = 190+106+147=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 106 (41.80% from 255 or 23.93% from 443); Blue value is 147 (57.81% from 255 or 33.18% from 443); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6A93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6A93 is #41956C. Grayscale: #878787. Windows color (decimal): -4298093 or 9661118. OLE color: 9661118.

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

Color convert

RGB 190 106 147 -
CMYK 0 0.44 0.23 0.25
HSL 330.71º 0.39% 0.58% -
HSV(B) 330.71º 0.44% 0.75% -
XYZ 31.66 23.36 30.44 -
YUV 135.79 134.33 166.67 -
System Red Green Blue C M Y K H S L
Decimal 190 106 147 0 0.44 0.23 0.25 330.71 0.39 0.58
Hex BE 6A 93 0 2C 17 19 14B 27 3A
Octal 276 152 223 0 54 27 31 513 47 72
Binary 10111110 1101010 10010011 0 101100 10111 11001 101001011 100111 111010

Color Harmonies of #BE6A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6A93

Black with #BE6A93

Text Example


Text Example

White with #BE6A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6A93; }

 p { color: rgb(190,106,147); }

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

background-color css

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

 a { background-color: rgb(190,106,147); }

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

border-color css

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

 span { border-color: rgb(190,106,147); }

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