Html Css Color HEX #B85C85 Mulberry

📋 copy color: '#B85C85'

red 184 ◦ green 92 ◦ blue 133

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

Shades of Mulberry #B85C85

Tints of Mulberry #B85C85

RGB

 RED value IS 184 (72.27% from 255) = 44.99%

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

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

R = 44.99%
G = 22.49%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#B85C85 (or 0xB85C85) is known color: Mulberry. HEX triplet: B8, 5C and 85. RGB value is (184,92,133). Sum of RGB (Red+Green+Blue) = 184+92+133=409 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.99% from 409); Green value is 92 (36.33% from 255 or 22.49% from 409); Blue value is 133 (52.34% from 255 or 32.52% from 409); Max value from RGB is 184 - color contains mainly: red. Hex color #B85C85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85C85 is #47A37A. Grayscale: #7C7C7C. Windows color (decimal): -4694907 or 8740024. OLE color: 8740024.

HSL color Cylindrical-coordinate representation of color #B85C85: hue angle of 333.26º 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 #B85C85 is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 92 133 -
CMYK 0 0.50 0.28 0.28
HSL 333.26º 0.39% 0.54% -
HSV(B) 333.26º 0.5% 0.72% -
XYZ 27.83 19.54 24.49 -
YUV 124.18 132.98 170.67 -
System Red Green Blue C M Y K H S L
Decimal 184 92 133 0 0.50 0.28 0.28 333.26 0.39 0.54
Hex B8 5C 85 0 32 1C 1C 14D 27 36
Octal 270 134 205 0 62 34 34 515 47 66
Binary 10111000 1011100 10000101 0 110010 11100 11100 101001101 100111 110110

Color Harmonies of #B85C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85C85

Black with #B85C85

Text Example


Text Example

White with #B85C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85C85; }

 p { color: rgb(184,92,133); }

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

background-color css

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

 a { background-color: rgb(184,92,133); }

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

border-color css

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

 span { border-color: rgb(184,92,133); }

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