Html Css Color HEX #B85580 Royal Heath

📋 copy color: '#B85580'

red 184 ◦ green 85 ◦ blue 128

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

Shades of Royal Heath #B85580

Tints of Royal Heath #B85580

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.41%

 BLUE value IS 128 (50.39% from 255) = 32.24%

R = 46.35%
G = 21.41%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B85580 (or 0xB85580) is known color: Royal Heath. HEX triplet: B8, 55 and 80. RGB value is (184,85,128). Sum of RGB (Red+Green+Blue) = 184+85+128=397 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.35% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 184 - color contains mainly: red. Hex color #B85580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85580 is #47AA7F. Grayscale: #777777. Windows color (decimal): -4696704 or 8410552. OLE color: 8410552.

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

Color convert

RGB 184 85 128 -
CMYK 0 0.54 0.30 0.28
HSL 333.94º 0.41% 0.53% -
HSV(B) 333.94º 0.54% 0.72% -
XYZ 26.91 18.25 22.53 -
YUV 119.5 132.8 174 -
System Red Green Blue C M Y K H S L
Decimal 184 85 128 0 0.54 0.30 0.28 333.94 0.41 0.53
Hex B8 55 80 0 36 1E 1C 14E 29 35
Octal 270 125 200 0 66 36 34 516 51 65
Binary 10111000 1010101 10000000 0 110110 11110 11100 101001110 101001 110101

Color Harmonies of #B85580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85580

Black with #B85580

Text Example


Text Example

White with #B85580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85580; }

 p { color: rgb(184,85,128); }

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

background-color css

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

 a { background-color: rgb(184,85,128); }

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

border-color css

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

 span { border-color: rgb(184,85,128); }

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