Html Css Color HEX #B75295 Mulberry

📋 copy color: '#B75295'

red 183 ◦ green 82 ◦ blue 149

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

Shades of Mulberry #B75295

Tints of Mulberry #B75295

RGB

 RED value IS 183 (71.88% from 255) = 44.2%

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

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

R = 44.2%
G = 19.81%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#B75295 (or 0xB75295) is known color: Mulberry. HEX triplet: B7, 52 and 95. RGB value is (183,82,149). Sum of RGB (Red+Green+Blue) = 183+82+149=414 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.20% from 414); Green value is 82 (32.42% from 255 or 19.81% from 414); Blue value is 149 (58.59% from 255 or 35.99% from 414); Max value from RGB is 183 - color contains mainly: red. Hex color #B75295 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75295 is #48AD6A. Grayscale: #777777. Windows color (decimal): -4762987 or 9786039. OLE color: 9786039.

HSL color Cylindrical-coordinate representation of color #B75295: hue angle of 320.2º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B75295 is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 82 149 -
CMYK 0 0.55 0.19 0.28
HSL 320.2º 0.41% 0.52% -
HSV(B) 320.2º 0.55% 0.72% -
XYZ 27.97 18.27 30.49 -
YUV 119.84 144.46 173.05 -
System Red Green Blue C M Y K H S L
Decimal 183 82 149 0 0.55 0.19 0.28 320.2 0.41 0.52
Hex B7 52 95 0 37 13 1C 140 29 34
Octal 267 122 225 0 67 23 34 500 51 64
Binary 10110111 1010010 10010101 0 110111 10011 11100 101000000 101001 110100

Color Harmonies of #B75295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75295

Black with #B75295

Text Example


Text Example

White with #B75295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75295; }

 p { color: rgb(183,82,149); }

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

background-color css

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

 a { background-color: rgb(183,82,149); }

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

border-color css

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

 span { border-color: rgb(183,82,149); }

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