Html Css Color HEX #B8528B Mulberry

📋 copy color: '#B8528B'

red 184 ◦ green 82 ◦ blue 139

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

Shades of Mulberry #B8528B

Tints of Mulberry #B8528B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.25%

 BLUE value IS 139 (54.69% from 255) = 34.32%

R = 45.43%
G = 20.25%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.24

 K value IS 0.28

RGB Variations

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

Color information

#B8528B (or 0xB8528B) is known color: Mulberry. HEX triplet: B8, 52 and 8B. RGB value is (184,82,139). Sum of RGB (Red+Green+Blue) = 184+82+139=405 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.43% from 405); Green value is 82 (32.42% from 255 or 20.25% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 184 - color contains mainly: red. Hex color #B8528B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8528B is #47AD74. Grayscale: #767676. Windows color (decimal): -4697461 or 9130680. OLE color: 9130680.

HSL color Cylindrical-coordinate representation of color #B8528B: hue angle of 326.47º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B8528B is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 82 139 -
CMYK 0 0.55 0.24 0.28
HSL 326.47º 0.42% 0.52% -
HSV(B) 326.47º 0.55% 0.72% -
XYZ 27.44 18.09 26.47 -
YUV 119 139.29 174.37 -
System Red Green Blue C M Y K H S L
Decimal 184 82 139 0 0.55 0.24 0.28 326.47 0.42 0.52
Hex B8 52 8B 0 37 18 1C 146 2A 34
Octal 270 122 213 0 67 30 34 506 52 64
Binary 10111000 1010010 10001011 0 110111 11000 11100 101000110 101010 110100

Color Harmonies of #B8528B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8528B

Black with #B8528B

Text Example


Text Example

White with #B8528B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8528B; }

 p { color: rgb(184,82,139); }

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

background-color css

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

 a { background-color: rgb(184,82,139); }

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

border-color css

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

 span { border-color: rgb(184,82,139); }

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