Html Css Color HEX #B85572 Royal Heath

📋 copy color: '#B85572'

red 184 ◦ green 85 ◦ blue 114

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

Shades of Royal Heath #B85572

Tints of Royal Heath #B85572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.77%

R = 48.04%
G = 22.19%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#B85572 (or 0xB85572) is known color: Royal Heath. HEX triplet: B8, 55 and 72. RGB value is (184,85,114). Sum of RGB (Red+Green+Blue) = 184+85+114=383 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.04% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 114 (44.92% from 255 or 29.77% from 383); Max value from RGB is 184 - color contains mainly: red. Hex color #B85572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85572 is #47AA8D. Grayscale: #757575. Windows color (decimal): -4696718 or 7493048. OLE color: 7493048.

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

Color convert

RGB 184 85 114 -
CMYK 0 0.54 0.38 0.28
HSL 342.42º 0.41% 0.53% -
HSV(B) 342.42º 0.54% 0.72% -
XYZ 26.05 17.9 18 -
YUV 117.91 125.8 175.14 -
System Red Green Blue C M Y K H S L
Decimal 184 85 114 0 0.54 0.38 0.28 342.42 0.41 0.53
Hex B8 55 72 0 36 26 1C 156 29 35
Octal 270 125 162 0 66 46 34 526 51 65
Binary 10111000 1010101 1110010 0 110110 100110 11100 101010110 101001 110101

Color Harmonies of #B85572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85572

Black with #B85572

Text Example


Text Example

White with #B85572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85572; }

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

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

background-color css

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

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

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

border-color css

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

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

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