Html Css Color HEX #B24B86 Mulberry

📋 copy color: '#B24B86'

red 178 ◦ green 75 ◦ blue 134

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

Shades of Mulberry #B24B86

Tints of Mulberry #B24B86

RGB

 RED value IS 178 (69.92% from 255) = 45.99%

 GREEN value IS 75 (29.69% from 255) = 19.38%

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

R = 45.99%
G = 19.38%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#B24B86 (or 0xB24B86) is known color: Mulberry. HEX triplet: B2, 4B and 86. RGB value is (178,75,134). Sum of RGB (Red+Green+Blue) = 178+75+134=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 75 (29.69% from 255 or 19.38% from 387); Blue value is 134 (52.73% from 255 or 34.63% from 387); Max value from RGB is 178 - color contains mainly: red. Hex color #B24B86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24B86 is #4DB479. Grayscale: #707070. Windows color (decimal): -5092474 or 8801202. OLE color: 8801202.

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

Color convert

RGB 178 75 134 -
CMYK 0 0.58 0.25 0.30
HSL 325.63º 0.41% 0.5% -
HSV(B) 325.63º 0.58% 0.7% -
XYZ 25.18 16.22 24.36 -
YUV 112.52 140.12 174.7 -
System Red Green Blue C M Y K H S L
Decimal 178 75 134 0 0.58 0.25 0.30 325.63 0.41 0.5
Hex B2 4B 86 0 3A 19 1E 146 29 32
Octal 262 113 206 0 72 31 36 506 51 62
Binary 10110010 1001011 10000110 0 111010 11001 11110 101000110 101001 110010

Color Harmonies of #B24B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24B86

Black with #B24B86

Text Example


Text Example

White with #B24B86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24B86; }

 p { color: rgb(178,75,134); }

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

background-color css

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

 a { background-color: rgb(178,75,134); }

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

border-color css

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

 span { border-color: rgb(178,75,134); }

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