Html Css Color HEX #B75185 Mulberry

📋 copy color: '#B75185'

red 183 ◦ green 81 ◦ blue 133

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

Shades of Mulberry #B75185

Tints of Mulberry #B75185

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.4%

 BLUE value IS 133 (52.34% from 255) = 33.5%

R = 46.1%
G = 20.4%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#B75185 (or 0xB75185) is known color: Mulberry. HEX triplet: B7, 51 and 85. RGB value is (183,81,133). Sum of RGB (Red+Green+Blue) = 183+81+133=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 81 (32.03% from 255 or 20.40% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 183 - color contains mainly: red. Hex color #B75185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75185 is #48AE7A. Grayscale: #757575. Windows color (decimal): -4763259 or 8737207. OLE color: 8737207.

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

Color convert

RGB 183 81 133 -
CMYK 0 0.56 0.27 0.28
HSL 329.41º 0.41% 0.52% -
HSV(B) 329.41º 0.56% 0.72% -
XYZ 26.7 17.65 24.19 -
YUV 117.43 136.79 174.77 -
System Red Green Blue C M Y K H S L
Decimal 183 81 133 0 0.56 0.27 0.28 329.41 0.41 0.52
Hex B7 51 85 0 38 1B 1C 149 29 34
Octal 267 121 205 0 70 33 34 511 51 64
Binary 10110111 1010001 10000101 0 111000 11011 11100 101001001 101001 110100

Color Harmonies of #B75185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75185

Black with #B75185

Text Example


Text Example

White with #B75185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75185; }

 p { color: rgb(183,81,133); }

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

background-color css

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

 a { background-color: rgb(183,81,133); }

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

border-color css

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

 span { border-color: rgb(183,81,133); }

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