Html Css Color HEX #B75F92 Mulberry

📋 copy color: '#B75F92'

red 183 ◦ green 95 ◦ blue 146

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

Shades of Mulberry #B75F92

Tints of Mulberry #B75F92

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.41%

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

R = 43.16%
G = 22.41%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.20

 K value IS 0.28

RGB Variations

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

Color information

#B75F92 (or 0xB75F92) is known color: Mulberry. HEX triplet: B7, 5F and 92. RGB value is (183,95,146). Sum of RGB (Red+Green+Blue) = 183+95+146=424 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.16% from 424); Green value is 95 (37.5% from 255 or 22.41% from 424); Blue value is 146 (57.42% from 255 or 34.43% from 424); Max value from RGB is 183 - color contains mainly: red. Hex color #B75F92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75F92 is #48A06D. Grayscale: #7F7F7F. Windows color (decimal): -4759662 or 9592759. OLE color: 9592759.

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

Color convert

RGB 183 95 146 -
CMYK 0 0.48 0.20 0.28
HSL 325.23º 0.38% 0.55% -
HSV(B) 325.23º 0.48% 0.72% -
XYZ 28.81 20.33 29.6 -
YUV 127.13 138.65 167.85 -
System Red Green Blue C M Y K H S L
Decimal 183 95 146 0 0.48 0.20 0.28 325.23 0.38 0.55
Hex B7 5F 92 0 30 14 1C 145 26 37
Octal 267 137 222 0 60 24 34 505 46 67
Binary 10110111 1011111 10010010 0 110000 10100 11100 101000101 100110 110111

Color Harmonies of #B75F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75F92

Black with #B75F92

Text Example


Text Example

White with #B75F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75F92; }

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

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

background-color css

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

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

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

border-color css

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

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

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