Html Css Color HEX #B36091 Mulberry

📋 copy color: '#B36091'

red 179 ◦ green 96 ◦ blue 145

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

Shades of Mulberry #B36091

Tints of Mulberry #B36091

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.86%

 BLUE value IS 145 (57.03% from 255) = 34.52%

R = 42.62%
G = 22.86%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#B36091 (or 0xB36091) is known color: Mulberry. HEX triplet: B3, 60 and 91. RGB value is (179,96,145). Sum of RGB (Red+Green+Blue) = 179+96+145=420 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.62% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 145 (57.03% from 255 or 34.52% from 420); Max value from RGB is 179 - color contains mainly: red. Hex color #B36091 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36091 is #4C9F6E. Grayscale: #7E7E7E. Windows color (decimal): -5021551 or 9527475. OLE color: 9527475.

HSL color Cylindrical-coordinate representation of color #B36091: hue angle of 324.58º 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 #B36091 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 96 145 -
CMYK 0 0.46 0.19 0.30
HSL 324.58º 0.35% 0.54% -
HSV(B) 324.58º 0.46% 0.7% -
XYZ 27.88 19.99 29.18 -
YUV 126.4 138.5 165.52 -
System Red Green Blue C M Y K H S L
Decimal 179 96 145 0 0.46 0.19 0.30 324.58 0.35 0.54
Hex B3 60 91 0 2E 13 1E 145 23 36
Octal 263 140 221 0 56 23 36 505 43 66
Binary 10110011 1100000 10010001 0 101110 10011 11110 101000101 100011 110110

Color Harmonies of #B36091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36091

Black with #B36091

Text Example


Text Example

White with #B36091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36091; }

 p { color: rgb(179,96,145); }

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

background-color css

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

 a { background-color: rgb(179,96,145); }

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

border-color css

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

 span { border-color: rgb(179,96,145); }

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