Html Css Color HEX #B1528C Mulberry

📋 copy color: '#B1528C'

red 177 ◦ green 82 ◦ blue 140

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

Shades of Mulberry #B1528C

Tints of Mulberry #B1528C

RGB

 RED value IS 177 (69.53% from 255) = 44.36%

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

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

R = 44.36%
G = 20.55%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B1528C (or 0xB1528C) is known color: Mulberry. HEX triplet: B1, 52 and 8C. RGB value is (177,82,140). Sum of RGB (Red+Green+Blue) = 177+82+140=399 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.36% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 177 - color contains mainly: red. Hex color #B1528C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1528C is #4EAD73. Grayscale: #747474. Windows color (decimal): -5156212 or 9196209. OLE color: 9196209.

HSL color Cylindrical-coordinate representation of color #B1528C: hue angle of 323.37º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B1528C is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 82 140 -
CMYK 0 0.54 0.21 0.31
HSL 323.37º 0.38% 0.51% -
HSV(B) 323.37º 0.54% 0.69% -
XYZ 25.88 17.28 26.78 -
YUV 117.02 140.97 170.78 -
System Red Green Blue C M Y K H S L
Decimal 177 82 140 0 0.54 0.21 0.31 323.37 0.38 0.51
Hex B1 52 8C 0 36 15 1F 143 26 33
Octal 261 122 214 0 66 25 37 503 46 63
Binary 10110001 1010010 10001100 0 110110 10101 11111 101000011 100110 110011

Color Harmonies of #B1528C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1528C

Black with #B1528C

Text Example


Text Example

White with #B1528C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1528C; }

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

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

background-color css

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

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

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

border-color css

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

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

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