Html Css Color HEX #B25595 Mulberry

📋 copy color: '#B25595'

red 178 ◦ green 85 ◦ blue 149

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

Shades of Mulberry #B25595

Tints of Mulberry #B25595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.17%

R = 43.2%
G = 20.63%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B25595 (or 0xB25595) is known color: Mulberry. HEX triplet: B2, 55 and 95. RGB value is (178,85,149). Sum of RGB (Red+Green+Blue) = 178+85+149=412 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.20% from 412); Green value is 85 (33.59% from 255 or 20.63% from 412); Blue value is 149 (58.59% from 255 or 36.17% from 412); Max value from RGB is 178 - color contains mainly: red. Hex color #B25595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25595 is #4DAA6A. Grayscale: #777777. Windows color (decimal): -5089899 or 9786802. OLE color: 9786802.

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

Color convert

RGB 178 85 149 -
CMYK 0 0.52 0.16 0.30
HSL 318.71º 0.38% 0.52% -
HSV(B) 318.71º 0.52% 0.7% -
XYZ 27.03 18.13 30.51 -
YUV 120.1 144.31 169.3 -
System Red Green Blue C M Y K H S L
Decimal 178 85 149 0 0.52 0.16 0.30 318.71 0.38 0.52
Hex B2 55 95 0 34 10 1E 13F 26 34
Octal 262 125 225 0 64 20 36 477 46 64
Binary 10110010 1010101 10010101 0 110100 10000 11110 100111111 100110 110100

Color Harmonies of #B25595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25595

Black with #B25595

Text Example


Text Example

White with #B25595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25595; }

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

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

background-color css

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

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

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

border-color css

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

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

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