Html Css Color HEX #B36294 Mulberry

📋 copy color: '#B36294'

red 179 ◦ green 98 ◦ blue 148

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

Shades of Mulberry #B36294

Tints of Mulberry #B36294

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.06%

 BLUE value IS 148 (58.2% from 255) = 34.82%

R = 42.12%
G = 23.06%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B36294 (or 0xB36294) is known color: Mulberry. HEX triplet: B3, 62 and 94. RGB value is (179,98,148). Sum of RGB (Red+Green+Blue) = 179+98+148=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 98 (38.67% from 255 or 23.06% from 425); Blue value is 148 (58.20% from 255 or 34.82% from 425); Max value from RGB is 179 - color contains mainly: red. Hex color #B36294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36294 is #4C9D6B. Grayscale: #7F7F7F. Windows color (decimal): -5021036 or 9724595. OLE color: 9724595.

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

Color convert

RGB 179 98 148 -
CMYK 0 0.45 0.17 0.30
HSL 322.96º 0.35% 0.54% -
HSV(B) 322.96º 0.45% 0.7% -
XYZ 28.3 20.46 30.47 -
YUV 127.92 139.34 164.43 -
System Red Green Blue C M Y K H S L
Decimal 179 98 148 0 0.45 0.17 0.30 322.96 0.35 0.54
Hex B3 62 94 0 2D 11 1E 143 23 36
Octal 263 142 224 0 55 21 36 503 43 66
Binary 10110011 1100010 10010100 0 101101 10001 11110 101000011 100011 110110

Color Harmonies of #B36294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36294

Black with #B36294

Text Example


Text Example

White with #B36294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36294; }

 p { color: rgb(179,98,148); }

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

background-color css

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

 a { background-color: rgb(179,98,148); }

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

border-color css

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

 span { border-color: rgb(179,98,148); }

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