Html Css Color HEX #BE60A3 Mulberry

📋 copy color: '#BE60A3'

red 190 ◦ green 96 ◦ blue 163

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

Shades of Mulberry #BE60A3

Tints of Mulberry #BE60A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 36.3%

R = 42.32%
G = 21.38%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#BE60A3 (or 0xBE60A3) is known color: Mulberry. HEX triplet: BE, 60 and A3. RGB value is (190,96,163). Sum of RGB (Red+Green+Blue) = 190+96+163=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 96 (37.89% from 255 or 21.38% from 449); Blue value is 163 (64.06% from 255 or 36.30% from 449); Max value from RGB is 190 - color contains mainly: red. Hex color #BE60A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE60A3 is #419F5C. Grayscale: #838383. Windows color (decimal): -4300637 or 10707134. OLE color: 10707134.

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

Color convert

RGB 190 96 163 -
CMYK 0 0.49 0.14 0.25
HSL 317.23º 0.42% 0.56% -
HSV(B) 317.23º 0.49% 0.75% -
XYZ 32.03 21.96 37.2 -
YUV 131.74 145.64 169.55 -
System Red Green Blue C M Y K H S L
Decimal 190 96 163 0 0.49 0.14 0.25 317.23 0.42 0.56
Hex BE 60 A3 0 31 E 19 13D 2A 38
Octal 276 140 243 0 61 16 31 475 52 70
Binary 10111110 1100000 10100011 0 110001 1110 11001 100111101 101010 111000

Color Harmonies of #BE60A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE60A3

Black with #BE60A3

Text Example


Text Example

White with #BE60A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE60A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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