Html Css Color HEX #BE448A Mulberry

📋 copy color: '#BE448A'

red 190 ◦ green 68 ◦ blue 138

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

Shades of Mulberry #BE448A

Tints of Mulberry #BE448A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.17%

 BLUE value IS 138 (54.3% from 255) = 34.85%

R = 47.98%
G = 17.17%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BE448A (or 0xBE448A) is known color: Mulberry. HEX triplet: BE, 44 and 8A. RGB value is (190,68,138). Sum of RGB (Red+Green+Blue) = 190+68+138=396 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.98% from 396); Green value is 68 (26.95% from 255 or 17.17% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 190 - color contains mainly: red. Hex color #BE448A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE448A is #41BB75. Grayscale: #707070. Windows color (decimal): -4307830 or 9061566. OLE color: 9061566.

HSL color Cylindrical-coordinate representation of color #BE448A: hue angle of 325.57º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BE448A is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 68 138 -
CMYK 0 0.64 0.27 0.25
HSL 325.57º 0.48% 0.51% -
HSV(B) 325.57º 0.64% 0.75% -
XYZ 27.89 16.92 25.84 -
YUV 112.46 142.42 183.31 -
System Red Green Blue C M Y K H S L
Decimal 190 68 138 0 0.64 0.27 0.25 325.57 0.48 0.51
Hex BE 44 8A 0 40 1B 19 146 30 33
Octal 276 104 212 0 100 33 31 506 60 63
Binary 10111110 1000100 10001010 0 1000000 11011 11001 101000110 110000 110011

Color Harmonies of #BE448A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE448A

Black with #BE448A

Text Example


Text Example

White with #BE448A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE448A; }

 p { color: rgb(190,68,138); }

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

background-color css

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

 a { background-color: rgb(190,68,138); }

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

border-color css

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

 span { border-color: rgb(190,68,138); }

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