Html Css Color HEX #B25B91 Mulberry

📋 copy color: '#B25B91'

red 178 ◦ green 91 ◦ blue 145

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

Shades of Mulberry #B25B91

Tints of Mulberry #B25B91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 35.02%

R = 43%
G = 21.98%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#B25B91 (or 0xB25B91) is known color: Mulberry. HEX triplet: B2, 5B and 91. RGB value is (178,91,145). Sum of RGB (Red+Green+Blue) = 178+91+145=414 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.00% from 414); Green value is 91 (35.94% from 255 or 21.98% from 414); Blue value is 145 (57.03% from 255 or 35.02% from 414); Max value from RGB is 178 - color contains mainly: red. Hex color #B25B91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25B91 is #4DA46E. Grayscale: #7B7B7B. Windows color (decimal): -5088367 or 9526194. OLE color: 9526194.

HSL color Cylindrical-coordinate representation of color #B25B91: hue angle of 322.76º 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 #B25B91 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 91 145 -
CMYK 0 0.49 0.19 0.30
HSL 322.76º 0.36% 0.53% -
HSV(B) 322.76º 0.49% 0.7% -
XYZ 27.21 18.99 29.02 -
YUV 123.17 140.32 167.11 -
System Red Green Blue C M Y K H S L
Decimal 178 91 145 0 0.49 0.19 0.30 322.76 0.36 0.53
Hex B2 5B 91 0 31 13 1E 143 24 35
Octal 262 133 221 0 61 23 36 503 44 65
Binary 10110010 1011011 10010001 0 110001 10011 11110 101000011 100100 110101

Color Harmonies of #B25B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25B91

Black with #B25B91

Text Example


Text Example

White with #B25B91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25B91; }

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

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

background-color css

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

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

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

border-color css

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

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

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