Html Css Color HEX #B85C8C Mulberry

📋 copy color: '#B85C8C'

red 184 ◦ green 92 ◦ blue 140

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

Shades of Mulberry #B85C8C

Tints of Mulberry #B85C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.65%

R = 44.23%
G = 22.12%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.24

 K value IS 0.28

RGB Variations

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

Color information

#B85C8C (or 0xB85C8C) is known color: Mulberry. HEX triplet: B8, 5C and 8C. RGB value is (184,92,140). Sum of RGB (Red+Green+Blue) = 184+92+140=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 92 (36.33% from 255 or 22.12% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 184 - color contains mainly: red. Hex color #B85C8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85C8C is #47A373. Grayscale: #7C7C7C. Windows color (decimal): -4694900 or 9198776. OLE color: 9198776.

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

Color convert

RGB 184 92 140 -
CMYK 0 0.50 0.24 0.28
HSL 328.7º 0.39% 0.54% -
HSV(B) 328.7º 0.5% 0.72% -
XYZ 28.33 19.74 27.13 -
YUV 124.98 136.48 170.1 -
System Red Green Blue C M Y K H S L
Decimal 184 92 140 0 0.50 0.24 0.28 328.7 0.39 0.54
Hex B8 5C 8C 0 32 18 1C 149 27 36
Octal 270 134 214 0 62 30 34 511 47 66
Binary 10111000 1011100 10001100 0 110010 11000 11100 101001001 100111 110110

Color Harmonies of #B85C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85C8C

Black with #B85C8C

Text Example


Text Example

White with #B85C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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