Html Css Color HEX #B7528A Mulberry

📋 copy color: '#B7528A'

red 183 ◦ green 82 ◦ blue 138

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

Shades of Mulberry #B7528A

Tints of Mulberry #B7528A

RGB

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

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

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

R = 45.41%
G = 20.35%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#B7528A (or 0xB7528A) is known color: Mulberry. HEX triplet: B7, 52 and 8A. RGB value is (183,82,138). Sum of RGB (Red+Green+Blue) = 183+82+138=403 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.41% from 403); Green value is 82 (32.42% from 255 or 20.35% from 403); Blue value is 138 (54.30% from 255 or 34.24% from 403); Max value from RGB is 183 - color contains mainly: red. Hex color #B7528A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7528A is #48AD75. Grayscale: #767676. Windows color (decimal): -4762998 or 9065143. OLE color: 9065143.

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

Color convert

RGB 183 82 138 -
CMYK 0 0.55 0.25 0.28
HSL 326.73º 0.41% 0.52% -
HSV(B) 326.73º 0.55% 0.72% -
XYZ 27.13 17.94 26.08 -
YUV 118.58 138.96 173.95 -
System Red Green Blue C M Y K H S L
Decimal 183 82 138 0 0.55 0.25 0.28 326.73 0.41 0.52
Hex B7 52 8A 0 37 19 1C 147 29 34
Octal 267 122 212 0 67 31 34 507 51 64
Binary 10110111 1010010 10001010 0 110111 11001 11100 101000111 101001 110100

Color Harmonies of #B7528A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7528A

Black with #B7528A

Text Example


Text Example

White with #B7528A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7528A; }

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

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

background-color css

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

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

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

border-color css

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

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

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