Html Css Color HEX #B65484 Mulberry

📋 copy color: '#B65484'

red 182 ◦ green 84 ◦ blue 132

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

Shades of Mulberry #B65484

Tints of Mulberry #B65484

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.11%

 BLUE value IS 132 (51.95% from 255) = 33.17%

R = 45.73%
G = 21.11%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B65484 (or 0xB65484) is known color: Mulberry. HEX triplet: B6, 54 and 84. RGB value is (182,84,132). Sum of RGB (Red+Green+Blue) = 182+84+132=398 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.73% from 398); Green value is 84 (33.20% from 255 or 21.11% from 398); Blue value is 132 (51.95% from 255 or 33.17% from 398); Max value from RGB is 182 - color contains mainly: red. Hex color #B65484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65484 is #49AB7B. Grayscale: #767676. Windows color (decimal): -4828028 or 8672438. OLE color: 8672438.

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

Color convert

RGB 182 84 132 -
CMYK 0 0.54 0.27 0.29
HSL 330.61º 0.4% 0.52% -
HSV(B) 330.61º 0.54% 0.71% -
XYZ 26.63 17.95 23.89 -
YUV 118.77 135.47 173.1 -
System Red Green Blue C M Y K H S L
Decimal 182 84 132 0 0.54 0.27 0.29 330.61 0.4 0.52
Hex B6 54 84 0 36 1B 1D 14B 28 34
Octal 266 124 204 0 66 33 35 513 50 64
Binary 10110110 1010100 10000100 0 110110 11011 11101 101001011 101000 110100

Color Harmonies of #B65484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65484

Black with #B65484

Text Example


Text Example

White with #B65484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65484; }

 p { color: rgb(182,84,132); }

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

background-color css

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

 a { background-color: rgb(182,84,132); }

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

border-color css

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

 span { border-color: rgb(182,84,132); }

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