Html Css Color HEX #B35B85 Mulberry

📋 copy color: '#B35B85'

red 179 ◦ green 91 ◦ blue 133

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

Shades of Mulberry #B35B85

Tints of Mulberry #B35B85

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.58%

 BLUE value IS 133 (52.34% from 255) = 33%

R = 44.42%
G = 22.58%
B = 33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B35B85 (or 0xB35B85) is known color: Mulberry. HEX triplet: B3, 5B and 85. RGB value is (179,91,133). Sum of RGB (Red+Green+Blue) = 179+91+133=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 91 (35.94% from 255 or 22.58% from 403); Blue value is 133 (52.34% from 255 or 33.00% from 403); Max value from RGB is 179 - color contains mainly: red. Hex color #B35B85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35B85 is #4CA47A. Grayscale: #7A7A7A. Windows color (decimal): -5022843 or 8739763. OLE color: 8739763.

HSL color Cylindrical-coordinate representation of color #B35B85: hue angle of 331.36º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B35B85 is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 91 133 -
CMYK 0 0.49 0.26 0.30
HSL 331.36º 0.37% 0.53% -
HSV(B) 331.36º 0.49% 0.7% -
XYZ 26.57 18.76 24.41 -
YUV 122.1 134.15 168.58 -
System Red Green Blue C M Y K H S L
Decimal 179 91 133 0 0.49 0.26 0.30 331.36 0.37 0.53
Hex B3 5B 85 0 31 1A 1E 14B 25 35
Octal 263 133 205 0 61 32 36 513 45 65
Binary 10110011 1011011 10000101 0 110001 11010 11110 101001011 100101 110101

Color Harmonies of #B35B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35B85

Black with #B35B85

Text Example


Text Example

White with #B35B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35B85; }

 p { color: rgb(179,91,133); }

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

background-color css

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

 a { background-color: rgb(179,91,133); }

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

border-color css

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

 span { border-color: rgb(179,91,133); }

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