Html Css Color HEX #B36190 Mulberry

📋 copy color: '#B36190'

red 179 ◦ green 97 ◦ blue 144

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

Shades of Mulberry #B36190

Tints of Mulberry #B36190

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.1%

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

R = 42.62%
G = 23.1%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B36190 (or 0xB36190) is known color: Mulberry. HEX triplet: B3, 61 and 90. RGB value is (179,97,144). Sum of RGB (Red+Green+Blue) = 179+97+144=420 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.62% from 420); Green value is 97 (38.28% from 255 or 23.10% from 420); Blue value is 144 (56.64% from 255 or 34.29% from 420); Max value from RGB is 179 - color contains mainly: red. Hex color #B36190 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36190 is #4C9E6F. Grayscale: #7E7E7E. Windows color (decimal): -5021296 or 9462195. OLE color: 9462195.

HSL color Cylindrical-coordinate representation of color #B36190: hue angle of 325.61º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B36190 is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 97 144 -
CMYK 0 0.46 0.20 0.30
HSL 325.61º 0.35% 0.54% -
HSV(B) 325.61º 0.46% 0.7% -
XYZ 27.9 20.15 28.8 -
YUV 126.88 137.67 165.18 -
System Red Green Blue C M Y K H S L
Decimal 179 97 144 0 0.46 0.20 0.30 325.61 0.35 0.54
Hex B3 61 90 0 2E 14 1E 146 23 36
Octal 263 141 220 0 56 24 36 506 43 66
Binary 10110011 1100001 10010000 0 101110 10100 11110 101000110 100011 110110

Color Harmonies of #B36190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36190

Black with #B36190

Text Example


Text Example

White with #B36190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36190; }

 p { color: rgb(179,97,144); }

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

background-color css

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

 a { background-color: rgb(179,97,144); }

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

border-color css

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

 span { border-color: rgb(179,97,144); }

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