Html Css Color HEX #B75A92 Mulberry

📋 copy color: '#B75A92'

red 183 ◦ green 90 ◦ blue 146

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

Shades of Mulberry #B75A92

Tints of Mulberry #B75A92

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.48%

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

R = 43.68%
G = 21.48%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.20

 K value IS 0.28

RGB Variations

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

Color information

#B75A92 (or 0xB75A92) is known color: Mulberry. HEX triplet: B7, 5A and 92. RGB value is (183,90,146). Sum of RGB (Red+Green+Blue) = 183+90+146=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 90 (35.55% from 255 or 21.48% from 419); Blue value is 146 (57.42% from 255 or 34.84% from 419); Max value from RGB is 183 - color contains mainly: red. Hex color #B75A92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75A92 is #48A56D. Grayscale: #7C7C7C. Windows color (decimal): -4760942 or 9591479. OLE color: 9591479.

HSL color Cylindrical-coordinate representation of color #B75A92: hue angle of 323.87º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B75A92 is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 90 146 -
CMYK 0 0.51 0.20 0.28
HSL 323.87º 0.39% 0.54% -
HSV(B) 323.87º 0.51% 0.72% -
XYZ 28.37 19.45 29.45 -
YUV 124.19 140.31 169.95 -
System Red Green Blue C M Y K H S L
Decimal 183 90 146 0 0.51 0.20 0.28 323.87 0.39 0.54
Hex B7 5A 92 0 33 14 1C 144 27 36
Octal 267 132 222 0 63 24 34 504 47 66
Binary 10110111 1011010 10010010 0 110011 10100 11100 101000100 100111 110110

Color Harmonies of #B75A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75A92

Black with #B75A92

Text Example


Text Example

White with #B75A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75A92; }

 p { color: rgb(183,90,146); }

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

background-color css

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

 a { background-color: rgb(183,90,146); }

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

border-color css

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

 span { border-color: rgb(183,90,146); }

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