Html Css Color HEX #B25B89 Mulberry

📋 copy color: '#B25B89'

red 178 ◦ green 91 ◦ blue 137

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

Shades of Mulberry #B25B89

Tints of Mulberry #B25B89

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.41%

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

R = 43.84%
G = 22.41%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#B25B89 (or 0xB25B89) is known color: Mulberry. HEX triplet: B2, 5B and 89. RGB value is (178,91,137). Sum of RGB (Red+Green+Blue) = 178+91+137=406 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.84% from 406); Green value is 91 (35.94% from 255 or 22.41% from 406); Blue value is 137 (53.91% from 255 or 33.74% from 406); Max value from RGB is 178 - color contains mainly: red. Hex color #B25B89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25B89 is #4DA476. Grayscale: #7A7A7A. Windows color (decimal): -5088375 or 9001906. OLE color: 9001906.

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

Color convert

RGB 178 91 137 -
CMYK 0 0.49 0.23 0.30
HSL 328.28º 0.36% 0.53% -
HSV(B) 328.28º 0.49% 0.7% -
XYZ 26.62 18.75 25.88 -
YUV 122.26 136.32 167.76 -
System Red Green Blue C M Y K H S L
Decimal 178 91 137 0 0.49 0.23 0.30 328.28 0.36 0.53
Hex B2 5B 89 0 31 17 1E 148 24 35
Octal 262 133 211 0 61 27 36 510 44 65
Binary 10110010 1011011 10001001 0 110001 10111 11110 101001000 100100 110101

Color Harmonies of #B25B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25B89

Black with #B25B89

Text Example


Text Example

White with #B25B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25B89; }

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

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

background-color css

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

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

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

border-color css

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

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

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