Html Css Color HEX #B7528C Mulberry

📋 copy color: '#B7528C'

red 183 ◦ green 82 ◦ blue 140

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

Shades of Mulberry #B7528C

Tints of Mulberry #B7528C

RGB

 RED value IS 183 (71.88% from 255) = 45.19%

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

 BLUE value IS 140 (55.08% from 255) = 34.57%

R = 45.19%
G = 20.25%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B7528C (or 0xB7528C) is known color: Mulberry. HEX triplet: B7, 52 and 8C. RGB value is (183,82,140). Sum of RGB (Red+Green+Blue) = 183+82+140=405 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.19% from 405); Green value is 82 (32.42% from 255 or 20.25% from 405); Blue value is 140 (55.08% from 255 or 34.57% from 405); Max value from RGB is 183 - color contains mainly: red. Hex color #B7528C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7528C is #48AD73. Grayscale: #767676. Windows color (decimal): -4762996 or 9196215. OLE color: 9196215.

HSL color Cylindrical-coordinate representation of color #B7528C: hue angle of 325.54º degrees, saturation: 0.41, 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 #B7528C is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 82 140 -
CMYK 0 0.55 0.23 0.28
HSL 325.54º 0.41% 0.52% -
HSV(B) 325.54º 0.55% 0.72% -
XYZ 27.28 18 26.85 -
YUV 118.81 139.96 173.78 -
System Red Green Blue C M Y K H S L
Decimal 183 82 140 0 0.55 0.23 0.28 325.54 0.41 0.52
Hex B7 52 8C 0 37 17 1C 146 29 34
Octal 267 122 214 0 67 27 34 506 51 64
Binary 10110111 1010010 10001100 0 110111 10111 11100 101000110 101001 110100

Color Harmonies of #B7528C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7528C

Black with #B7528C

Text Example


Text Example

White with #B7528C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7528C; }

 p { color: rgb(183,82,140); }

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

background-color css

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

 a { background-color: rgb(183,82,140); }

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

border-color css

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

 span { border-color: rgb(183,82,140); }

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