Html Css Color HEX #B85680 Royal Heath

📋 copy color: '#B85680'

red 184 ◦ green 86 ◦ blue 128

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

Shades of Royal Heath #B85680

Tints of Royal Heath #B85680

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.61%

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

R = 46.23%
G = 21.61%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B85680 (or 0xB85680) is known color: Royal Heath. HEX triplet: B8, 56 and 80. RGB value is (184,86,128). Sum of RGB (Red+Green+Blue) = 184+86+128=398 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.23% from 398); Green value is 86 (33.98% from 255 or 21.61% from 398); Blue value is 128 (50.39% from 255 or 32.16% from 398); Max value from RGB is 184 - color contains mainly: red. Hex color #B85680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85680 is #47A97F. Grayscale: #787878. Windows color (decimal): -4696448 or 8410808. OLE color: 8410808.

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

Color convert

RGB 184 86 128 -
CMYK 0 0.53 0.30 0.28
HSL 334.29º 0.41% 0.53% -
HSV(B) 334.29º 0.53% 0.72% -
XYZ 26.99 18.4 22.55 -
YUV 120.09 132.47 173.58 -
System Red Green Blue C M Y K H S L
Decimal 184 86 128 0 0.53 0.30 0.28 334.29 0.41 0.53
Hex B8 56 80 0 35 1E 1C 14E 29 35
Octal 270 126 200 0 65 36 34 516 51 65
Binary 10111000 1010110 10000000 0 110101 11110 11100 101001110 101001 110101

Color Harmonies of #B85680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85680

Black with #B85680

Text Example


Text Example

White with #B85680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85680; }

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

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

background-color css

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

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

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

border-color css

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

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

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