Html Css Color HEX #B1588A Mulberry

📋 copy color: '#B1588A'

red 177 ◦ green 88 ◦ blue 138

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

Shades of Mulberry #B1588A

Tints of Mulberry #B1588A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.84%

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

R = 43.92%
G = 21.84%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B1588A (or 0xB1588A) is known color: Mulberry. HEX triplet: B1, 58 and 8A. RGB value is (177,88,138). Sum of RGB (Red+Green+Blue) = 177+88+138=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 88 (34.77% from 255 or 21.84% from 403); Blue value is 138 (54.30% from 255 or 34.24% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B1588A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1588A is #4EA775. Grayscale: #787878. Windows color (decimal): -5154678 or 9066673. OLE color: 9066673.

HSL color Cylindrical-coordinate representation of color #B1588A: hue angle of 326.29º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B1588A is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 88 138 -
CMYK 0 0.50 0.22 0.31
HSL 326.29º 0.36% 0.52% -
HSV(B) 326.29º 0.5% 0.69% -
XYZ 26.21 18.16 26.17 -
YUV 120.31 137.99 168.43 -
System Red Green Blue C M Y K H S L
Decimal 177 88 138 0 0.50 0.22 0.31 326.29 0.36 0.52
Hex B1 58 8A 0 32 16 1F 146 24 34
Octal 261 130 212 0 62 26 37 506 44 64
Binary 10110001 1011000 10001010 0 110010 10110 11111 101000110 100100 110100

Color Harmonies of #B1588A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1588A

Black with #B1588A

Text Example


Text Example

White with #B1588A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1588A; }

 p { color: rgb(177,88,138); }

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

background-color css

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

 a { background-color: rgb(177,88,138); }

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

border-color css

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

 span { border-color: rgb(177,88,138); }

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