Html Css Color HEX #B25589 Mulberry

📋 copy color: '#B25589'

red 178 ◦ green 85 ◦ blue 137

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

Shades of Mulberry #B25589

Tints of Mulberry #B25589

RGB

 RED value IS 178 (69.92% from 255) = 44.5%

 GREEN value IS 85 (33.59% from 255) = 21.25%

 BLUE value IS 137 (53.91% from 255) = 34.25%

R = 44.5%
G = 21.25%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#B25589 (or 0xB25589) is known color: Mulberry. HEX triplet: B2, 55 and 89. RGB value is (178,85,137). Sum of RGB (Red+Green+Blue) = 178+85+137=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 137 (53.91% from 255 or 34.25% from 400); Max value from RGB is 178 - color contains mainly: red. Hex color #B25589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25589 is #4DAA76. Grayscale: #767676. Windows color (decimal): -5089911 or 9000370. OLE color: 9000370.

HSL color Cylindrical-coordinate representation of color #B25589: hue angle of 326.45º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B25589 is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 85 137 -
CMYK 0 0.52 0.23 0.30
HSL 326.45º 0.38% 0.52% -
HSV(B) 326.45º 0.52% 0.7% -
XYZ 26.12 17.77 25.72 -
YUV 118.74 138.31 170.27 -
System Red Green Blue C M Y K H S L
Decimal 178 85 137 0 0.52 0.23 0.30 326.45 0.38 0.52
Hex B2 55 89 0 34 17 1E 146 26 34
Octal 262 125 211 0 64 27 36 506 46 64
Binary 10110010 1010101 10001001 0 110100 10111 11110 101000110 100110 110100

Color Harmonies of #B25589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25589

Black with #B25589

Text Example


Text Example

White with #B25589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25589; }

 p { color: rgb(178,85,137); }

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

background-color css

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

 a { background-color: rgb(178,85,137); }

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

border-color css

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

 span { border-color: rgb(178,85,137); }

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