Html Css Color HEX #BE6098 Mulberry

📋 copy color: '#BE6098'

red 190 ◦ green 96 ◦ blue 152

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

Shades of Mulberry #BE6098

Tints of Mulberry #BE6098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 34.7%

R = 43.38%
G = 21.92%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.2

 K value IS 0.25

RGB Variations

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

Color information

#BE6098 (or 0xBE6098) is known color: Mulberry. HEX triplet: BE, 60 and 98. RGB value is (190,96,152). Sum of RGB (Red+Green+Blue) = 190+96+152=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 96 (37.89% from 255 or 21.92% from 438); Blue value is 152 (59.77% from 255 or 34.70% from 438); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6098 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6098 is #419F67. Grayscale: #828282. Windows color (decimal): -4300648 or 9986238. OLE color: 9986238.

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

Color convert

RGB 190 96 152 -
CMYK 0 0.49 0.2 0.25
HSL 324.26º 0.42% 0.56% -
HSV(B) 324.26º 0.49% 0.75% -
XYZ 31.09 21.58 32.23 -
YUV 130.49 140.14 170.45 -
System Red Green Blue C M Y K H S L
Decimal 190 96 152 0 0.49 0.2 0.25 324.26 0.42 0.56
Hex BE 60 98 0 31 14 19 144 2A 38
Octal 276 140 230 0 61 24 31 504 52 70
Binary 10111110 1100000 10011000 0 110001 10100 11001 101000100 101010 111000

Color Harmonies of #BE6098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6098

Black with #BE6098

Text Example


Text Example

White with #BE6098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6098; }

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

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

background-color css

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

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

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

border-color css

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

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

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