Html Css Color HEX #B35686 Mulberry

📋 copy color: '#B35686'

red 179 ◦ green 86 ◦ blue 134

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

Shades of Mulberry #B35686

Tints of Mulberry #B35686

RGB

 RED value IS 179 (70.31% from 255) = 44.86%

 GREEN value IS 86 (33.98% from 255) = 21.55%

 BLUE value IS 134 (52.73% from 255) = 33.58%

R = 44.86%
G = 21.55%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#B35686 (or 0xB35686) is known color: Mulberry. HEX triplet: B3, 56 and 86. RGB value is (179,86,134). Sum of RGB (Red+Green+Blue) = 179+86+134=399 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.86% from 399); Green value is 86 (33.98% from 255 or 21.55% from 399); Blue value is 134 (52.73% from 255 or 33.58% from 399); Max value from RGB is 179 - color contains mainly: red. Hex color #B35686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35686 is #4CA979. Grayscale: #777777. Windows color (decimal): -5024122 or 8804019. OLE color: 8804019.

HSL color Cylindrical-coordinate representation of color #B35686: hue angle of 329.03º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B35686 is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 86 134 -
CMYK 0 0.52 0.25 0.30
HSL 329.03º 0.38% 0.52% -
HSV(B) 329.03º 0.52% 0.7% -
XYZ 26.22 17.96 24.64 -
YUV 119.28 136.31 170.6 -
System Red Green Blue C M Y K H S L
Decimal 179 86 134 0 0.52 0.25 0.30 329.03 0.38 0.52
Hex B3 56 86 0 34 19 1E 149 26 34
Octal 263 126 206 0 64 31 36 511 46 64
Binary 10110011 1010110 10000110 0 110100 11001 11110 101001001 100110 110100

Color Harmonies of #B35686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35686

Black with #B35686

Text Example


Text Example

White with #B35686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35686; }

 p { color: rgb(179,86,134); }

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

background-color css

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

 a { background-color: rgb(179,86,134); }

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

border-color css

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

 span { border-color: rgb(179,86,134); }

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