Html Css Color HEX #B25292 Mulberry

📋 copy color: '#B25292'

red 178 ◦ green 82 ◦ blue 146

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

Shades of Mulberry #B25292

Tints of Mulberry #B25292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 35.96%

R = 43.84%
G = 20.2%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#B25292 (or 0xB25292) is known color: Mulberry. HEX triplet: B2, 52 and 92. RGB value is (178,82,146). Sum of RGB (Red+Green+Blue) = 178+82+146=406 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.84% from 406); Green value is 82 (32.42% from 255 or 20.20% from 406); Blue value is 146 (57.42% from 255 or 35.96% from 406); Max value from RGB is 178 - color contains mainly: red. Hex color #B25292 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25292 is #4DAD6D. Grayscale: #757575. Windows color (decimal): -5090670 or 9589426. OLE color: 9589426.

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

Color convert

RGB 178 82 146 -
CMYK 0 0.54 0.18 0.30
HSL 320º 0.38% 0.51% -
HSV(B) 320º 0.54% 0.7% -
XYZ 26.57 17.57 29.19 -
YUV 118 143.8 170.8 -
System Red Green Blue C M Y K H S L
Decimal 178 82 146 0 0.54 0.18 0.30 320 0.38 0.51
Hex B2 52 92 0 36 12 1E 140 26 33
Octal 262 122 222 0 66 22 36 500 46 63
Binary 10110010 1010010 10010010 0 110110 10010 11110 101000000 100110 110011

Color Harmonies of #B25292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25292

Black with #B25292

Text Example


Text Example

White with #B25292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25292; }

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

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

background-color css

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

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

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

border-color css

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

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

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