Html Css Color HEX #B8468D Mulberry

📋 copy color: '#B8468D'

red 184 ◦ green 70 ◦ blue 141

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

Shades of Mulberry #B8468D

Tints of Mulberry #B8468D

RGB

 RED value IS 184 (72.27% from 255) = 46.58%

 GREEN value IS 70 (27.73% from 255) = 17.72%

 BLUE value IS 141 (55.47% from 255) = 35.7%

R = 46.58%
G = 17.72%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B8468D (or 0xB8468D) is known color: Mulberry. HEX triplet: B8, 46 and 8D. RGB value is (184,70,141). Sum of RGB (Red+Green+Blue) = 184+70+141=395 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.58% from 395); Green value is 70 (27.73% from 255 or 17.72% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 184 - color contains mainly: red. Hex color #B8468D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8468D is #47B972. Grayscale: #707070. Windows color (decimal): -4700531 or 9258680. OLE color: 9258680.

HSL color Cylindrical-coordinate representation of color #B8468D: hue angle of 322.63º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B8468D is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 70 141 -
CMYK 0 0.62 0.23 0.28
HSL 322.63º 0.45% 0.5% -
HSV(B) 322.63º 0.62% 0.72% -
XYZ 26.77 16.49 26.97 -
YUV 112.18 144.27 179.23 -
System Red Green Blue C M Y K H S L
Decimal 184 70 141 0 0.62 0.23 0.28 322.63 0.45 0.5
Hex B8 46 8D 0 3E 17 1C 143 2D 32
Octal 270 106 215 0 76 27 34 503 55 62
Binary 10111000 1000110 10001101 0 111110 10111 11100 101000011 101101 110010

Color Harmonies of #B8468D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8468D

Black with #B8468D

Text Example


Text Example

White with #B8468D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8468D; }

 p { color: rgb(184,70,141); }

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

background-color css

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

 a { background-color: rgb(184,70,141); }

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

border-color css

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

 span { border-color: rgb(184,70,141); }

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