Html Css Color HEX #B25289 Mulberry

📋 copy color: '#B25289'

red 178 ◦ green 82 ◦ blue 137

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

Shades of Mulberry #B25289

Tints of Mulberry #B25289

RGB

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

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

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

R = 44.84%
G = 20.65%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#B25289 (or 0xB25289) is known color: Mulberry. HEX triplet: B2, 52 and 89. RGB value is (178,82,137). Sum of RGB (Red+Green+Blue) = 178+82+137=397 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.84% from 397); Green value is 82 (32.42% from 255 or 20.65% from 397); Blue value is 137 (53.91% from 255 or 34.51% from 397); Max value from RGB is 178 - color contains mainly: red. Hex color #B25289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25289 is #4DAD76. Grayscale: #747474. Windows color (decimal): -5090679 or 8999602. OLE color: 8999602.

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

Color convert

RGB 178 82 137 -
CMYK 0 0.54 0.23 0.30
HSL 325.63º 0.38% 0.51% -
HSV(B) 325.63º 0.54% 0.7% -
XYZ 25.89 17.31 25.64 -
YUV 116.97 139.3 171.53 -
System Red Green Blue C M Y K H S L
Decimal 178 82 137 0 0.54 0.23 0.30 325.63 0.38 0.51
Hex B2 52 89 0 36 17 1E 146 26 33
Octal 262 122 211 0 66 27 36 506 46 63
Binary 10110010 1010010 10001001 0 110110 10111 11110 101000110 100110 110011

Color Harmonies of #B25289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25289

Black with #B25289

Text Example


Text Example

White with #B25289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25289; }

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

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

background-color css

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

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

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

border-color css

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

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

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