Html Css Color HEX #B65090 Mulberry

📋 copy color: '#B65090'

red 182 ◦ green 80 ◦ blue 144

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

Shades of Mulberry #B65090

Tints of Mulberry #B65090

RGB

 RED value IS 182 (71.48% from 255) = 44.83%

 GREEN value IS 80 (31.64% from 255) = 19.7%

 BLUE value IS 144 (56.64% from 255) = 35.47%

R = 44.83%
G = 19.7%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B65090 (or 0xB65090) is known color: Mulberry. HEX triplet: B6, 50 and 90. RGB value is (182,80,144). Sum of RGB (Red+Green+Blue) = 182+80+144=406 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.83% from 406); Green value is 80 (31.64% from 255 or 19.70% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 182 - color contains mainly: red. Hex color #B65090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65090 is #49AF6F. Grayscale: #757575. Windows color (decimal): -4829040 or 9457846. OLE color: 9457846.

HSL color Cylindrical-coordinate representation of color #B65090: hue angle of 322.35º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B65090 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 80 144 -
CMYK 0 0.56 0.21 0.29
HSL 322.35º 0.41% 0.51% -
HSV(B) 322.35º 0.56% 0.71% -
XYZ 27.19 17.7 28.37 -
YUV 117.79 142.79 173.8 -
System Red Green Blue C M Y K H S L
Decimal 182 80 144 0 0.56 0.21 0.29 322.35 0.41 0.51
Hex B6 50 90 0 38 15 1D 142 29 33
Octal 266 120 220 0 70 25 35 502 51 63
Binary 10110110 1010000 10010000 0 111000 10101 11101 101000010 101001 110011

Color Harmonies of #B65090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65090

Black with #B65090

Text Example


Text Example

White with #B65090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65090; }

 p { color: rgb(182,80,144); }

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

background-color css

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

 a { background-color: rgb(182,80,144); }

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

border-color css

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

 span { border-color: rgb(182,80,144); }

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