Html Css Color HEX #B75C92 Mulberry

📋 copy color: '#B75C92'

red 183 ◦ green 92 ◦ blue 146

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

Shades of Mulberry #B75C92

Tints of Mulberry #B75C92

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.85%

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

R = 43.47%
G = 21.85%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.20

 K value IS 0.28

RGB Variations

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

Color information

#B75C92 (or 0xB75C92) is known color: Mulberry. HEX triplet: B7, 5C and 92. RGB value is (183,92,146). Sum of RGB (Red+Green+Blue) = 183+92+146=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 92 (36.33% from 255 or 21.85% from 421); Blue value is 146 (57.42% from 255 or 34.68% from 421); Max value from RGB is 183 - color contains mainly: red. Hex color #B75C92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75C92 is #48A36D. Grayscale: #7D7D7D. Windows color (decimal): -4760430 or 9591991. OLE color: 9591991.

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

Color convert

RGB 183 92 146 -
CMYK 0 0.50 0.20 0.28
HSL 324.4º 0.39% 0.54% -
HSV(B) 324.4º 0.5% 0.72% -
XYZ 28.54 19.8 29.51 -
YUV 125.37 139.65 169.11 -
System Red Green Blue C M Y K H S L
Decimal 183 92 146 0 0.50 0.20 0.28 324.4 0.39 0.54
Hex B7 5C 92 0 32 14 1C 144 27 36
Octal 267 134 222 0 62 24 34 504 47 66
Binary 10110111 1011100 10010010 0 110010 10100 11100 101000100 100111 110110

Color Harmonies of #B75C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75C92

Black with #B75C92

Text Example


Text Example

White with #B75C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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