Html Css Color HEX #B8468A Mulberry

📋 copy color: '#B8468A'

red 184 ◦ green 70 ◦ blue 138

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

Shades of Mulberry #B8468A

Tints of Mulberry #B8468A

RGB

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

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

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

R = 46.94%
G = 17.86%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#B8468A (or 0xB8468A) is known color: Mulberry. HEX triplet: B8, 46 and 8A. RGB value is (184,70,138). Sum of RGB (Red+Green+Blue) = 184+70+138=392 (51% of max value = 765). Red value is 184 (72.27% from 255 or 46.94% from 392); Green value is 70 (27.73% from 255 or 17.86% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 184 - color contains mainly: red. Hex color #B8468A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8468A is #47B975. Grayscale: #6F6F6F. Windows color (decimal): -4700534 or 9062072. OLE color: 9062072.

HSL color Cylindrical-coordinate representation of color #B8468A: hue angle of 324.21º 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 #B8468A is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 70 138 -
CMYK 0 0.62 0.25 0.28
HSL 324.21º 0.45% 0.5% -
HSV(B) 324.21º 0.62% 0.72% -
XYZ 26.54 16.41 25.81 -
YUV 111.84 142.77 179.47 -
System Red Green Blue C M Y K H S L
Decimal 184 70 138 0 0.62 0.25 0.28 324.21 0.45 0.5
Hex B8 46 8A 0 3E 19 1C 144 2D 32
Octal 270 106 212 0 76 31 34 504 55 62
Binary 10111000 1000110 10001010 0 111110 11001 11100 101000100 101101 110010

Color Harmonies of #B8468A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8468A

Black with #B8468A

Text Example


Text Example

White with #B8468A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8468A; }

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

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

background-color css

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

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

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

border-color css

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

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

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