Html Css Color HEX #B25686 Mulberry

📋 copy color: '#B25686'

red 178 ◦ green 86 ◦ blue 134

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

Shades of Mulberry #B25686

Tints of Mulberry #B25686

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.61%

 BLUE value IS 134 (52.73% from 255) = 33.67%

R = 44.72%
G = 21.61%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#B25686 (or 0xB25686) is known color: Mulberry. HEX triplet: B2, 56 and 86. RGB value is (178,86,134). Sum of RGB (Red+Green+Blue) = 178+86+134=398 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.72% from 398); Green value is 86 (33.98% from 255 or 21.61% from 398); Blue value is 134 (52.73% from 255 or 33.67% from 398); Max value from RGB is 178 - color contains mainly: red. Hex color #B25686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25686 is #4DA979. Grayscale: #767676. Windows color (decimal): -5089658 or 8804018. OLE color: 8804018.

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

Color convert

RGB 178 86 134 -
CMYK 0 0.52 0.25 0.30
HSL 328.7º 0.37% 0.52% -
HSV(B) 328.7º 0.52% 0.7% -
XYZ 25.99 17.84 24.63 -
YUV 118.98 136.48 170.1 -
System Red Green Blue C M Y K H S L
Decimal 178 86 134 0 0.52 0.25 0.30 328.7 0.37 0.52
Hex B2 56 86 0 34 19 1E 149 25 34
Octal 262 126 206 0 64 31 36 511 45 64
Binary 10110010 1010110 10000110 0 110100 11001 11110 101001001 100101 110100

Color Harmonies of #B25686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25686

Black with #B25686

Text Example


Text Example

White with #B25686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25686; }

 p { color: rgb(178,86,134); }

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

background-color css

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

 a { background-color: rgb(178,86,134); }

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

border-color css

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

 span { border-color: rgb(178,86,134); }

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