Html Css Color HEX #BE6094 Mulberry

📋 copy color: '#BE6094'

red 190 ◦ green 96 ◦ blue 148

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

Shades of Mulberry #BE6094

Tints of Mulberry #BE6094

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.12%

 BLUE value IS 148 (58.2% from 255) = 34.1%

R = 43.78%
G = 22.12%
B = 34.1%

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

#BE6094 (or 0xBE6094) is known color: Mulberry. HEX triplet: BE, 60 and 94. RGB value is (190,96,148). Sum of RGB (Red+Green+Blue) = 190+96+148=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 96 (37.89% from 255 or 22.12% from 434); Blue value is 148 (58.20% from 255 or 34.10% from 434); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6094 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6094 is #419F6B. Grayscale: #818181. Windows color (decimal): -4300652 or 9724094. OLE color: 9724094.

HSL color Cylindrical-coordinate representation of color #BE6094: hue angle of 326.81º 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 #BE6094 is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 96 148 -
CMYK 0 0.49 0.22 0.25
HSL 326.81º 0.42% 0.56% -
HSV(B) 326.81º 0.49% 0.75% -
XYZ 30.76 21.45 30.54 -
YUV 130.03 138.14 170.77 -
System Red Green Blue C M Y K H S L
Decimal 190 96 148 0 0.49 0.22 0.25 326.81 0.42 0.56
Hex BE 60 94 0 31 16 19 147 2A 38
Octal 276 140 224 0 61 26 31 507 52 70
Binary 10111110 1100000 10010100 0 110001 10110 11001 101000111 101010 111000

Color Harmonies of #BE6094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6094

Black with #BE6094

Text Example


Text Example

White with #BE6094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6094; }

 p { color: rgb(190,96,148); }

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

background-color css

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

 a { background-color: rgb(190,96,148); }

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

border-color css

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

 span { border-color: rgb(190,96,148); }

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