Html Css Color HEX #B8478A Mulberry

📋 copy color: '#B8478A'

red 184 ◦ green 71 ◦ blue 138

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

Shades of Mulberry #B8478A

Tints of Mulberry #B8478A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.07%

 BLUE value IS 138 (54.3% from 255) = 35.11%

R = 46.82%
G = 18.07%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#B8478A (or 0xB8478A) is known color: Mulberry. HEX triplet: B8, 47 and 8A. RGB value is (184,71,138). Sum of RGB (Red+Green+Blue) = 184+71+138=393 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.82% from 393); Green value is 71 (28.12% from 255 or 18.07% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 184 - color contains mainly: red. Hex color #B8478A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8478A is #47B875. Grayscale: #707070. Windows color (decimal): -4700278 or 9062328. OLE color: 9062328.

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

Color convert

RGB 184 71 138 -
CMYK 0 0.61 0.25 0.28
HSL 324.42º 0.44% 0.5% -
HSV(B) 324.42º 0.61% 0.72% -
XYZ 26.61 16.53 25.83 -
YUV 112.43 142.44 179.05 -
System Red Green Blue C M Y K H S L
Decimal 184 71 138 0 0.61 0.25 0.28 324.42 0.44 0.5
Hex B8 47 8A 0 3D 19 1C 144 2C 32
Octal 270 107 212 0 75 31 34 504 54 62
Binary 10111000 1000111 10001010 0 111101 11001 11100 101000100 101100 110010

Color Harmonies of #B8478A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8478A

Black with #B8478A

Text Example


Text Example

White with #B8478A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8478A; }

 p { color: rgb(184,71,138); }

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

background-color css

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

 a { background-color: rgb(184,71,138); }

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

border-color css

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

 span { border-color: rgb(184,71,138); }

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