Html Css Color HEX #B15885 Mulberry

📋 copy color: '#B15885'

red 177 ◦ green 88 ◦ blue 133

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

Shades of Mulberry #B15885

Tints of Mulberry #B15885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.42%

R = 44.47%
G = 22.11%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#B15885 (or 0xB15885) is known color: Mulberry. HEX triplet: B1, 58 and 85. RGB value is (177,88,133). Sum of RGB (Red+Green+Blue) = 177+88+133=398 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.47% from 398); Green value is 88 (34.77% from 255 or 22.11% from 398); Blue value is 133 (52.34% from 255 or 33.42% from 398); Max value from RGB is 177 - color contains mainly: red. Hex color #B15885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15885 is #4EA77A. Grayscale: #777777. Windows color (decimal): -5154683 or 8738993. OLE color: 8738993.

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

Color convert

RGB 177 88 133 -
CMYK 0 0.50 0.25 0.31
HSL 329.66º 0.36% 0.52% -
HSV(B) 329.66º 0.5% 0.69% -
XYZ 25.85 18.02 24.31 -
YUV 119.74 135.49 168.84 -
System Red Green Blue C M Y K H S L
Decimal 177 88 133 0 0.50 0.25 0.31 329.66 0.36 0.52
Hex B1 58 85 0 32 19 1F 14A 24 34
Octal 261 130 205 0 62 31 37 512 44 64
Binary 10110001 1011000 10000101 0 110010 11001 11111 101001010 100100 110100

Color Harmonies of #B15885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15885

Black with #B15885

Text Example


Text Example

White with #B15885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15885; }

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

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

background-color css

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

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

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

border-color css

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

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

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