Html Css Color HEX #B65290 Mulberry

📋 copy color: '#B65290'

red 182 ◦ green 82 ◦ blue 144

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

Shades of Mulberry #B65290

Tints of Mulberry #B65290

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.1%

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

R = 44.61%
G = 20.1%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B65290 (or 0xB65290) is known color: Mulberry. HEX triplet: B6, 52 and 90. RGB value is (182,82,144). Sum of RGB (Red+Green+Blue) = 182+82+144=408 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.61% from 408); Green value is 82 (32.42% from 255 or 20.10% from 408); Blue value is 144 (56.64% from 255 or 35.29% from 408); Max value from RGB is 182 - color contains mainly: red. Hex color #B65290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65290 is #49AD6F. Grayscale: #767676. Windows color (decimal): -4828528 or 9458358. OLE color: 9458358.

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

Color convert

RGB 182 82 144 -
CMYK 0 0.55 0.21 0.29
HSL 322.8º 0.41% 0.52% -
HSV(B) 322.8º 0.55% 0.71% -
XYZ 27.34 17.99 28.42 -
YUV 118.97 142.13 172.96 -
System Red Green Blue C M Y K H S L
Decimal 182 82 144 0 0.55 0.21 0.29 322.8 0.41 0.52
Hex B6 52 90 0 37 15 1D 143 29 34
Octal 266 122 220 0 67 25 35 503 51 64
Binary 10110110 1010010 10010000 0 110111 10101 11101 101000011 101001 110100

Color Harmonies of #B65290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65290

Black with #B65290

Text Example


Text Example

White with #B65290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65290; }

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

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

background-color css

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

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

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

border-color css

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

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

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