Html Css Color HEX #B25592 Mulberry

📋 copy color: '#B25592'

red 178 ◦ green 85 ◦ blue 146

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

Shades of Mulberry #B25592

Tints of Mulberry #B25592

RGB

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

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

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

R = 43.52%
G = 20.78%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#B25592 (or 0xB25592) is known color: Mulberry. HEX triplet: B2, 55 and 92. RGB value is (178,85,146). Sum of RGB (Red+Green+Blue) = 178+85+146=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 85 (33.59% from 255 or 20.78% from 409); Blue value is 146 (57.42% from 255 or 35.70% from 409); Max value from RGB is 178 - color contains mainly: red. Hex color #B25592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25592 is #4DAA6D. Grayscale: #777777. Windows color (decimal): -5089902 or 9590194. OLE color: 9590194.

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

Color convert

RGB 178 85 146 -
CMYK 0 0.52 0.18 0.30
HSL 320.65º 0.38% 0.52% -
HSV(B) 320.65º 0.52% 0.7% -
XYZ 26.8 18.04 29.26 -
YUV 119.76 142.81 169.54 -
System Red Green Blue C M Y K H S L
Decimal 178 85 146 0 0.52 0.18 0.30 320.65 0.38 0.52
Hex B2 55 92 0 34 12 1E 141 26 34
Octal 262 125 222 0 64 22 36 501 46 64
Binary 10110010 1010101 10010010 0 110100 10010 11110 101000001 100110 110100

Color Harmonies of #B25592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25592

Black with #B25592

Text Example


Text Example

White with #B25592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25592; }

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

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

background-color css

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

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

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

border-color css

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

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

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