Html Css Color HEX #B85575 Royal Heath

📋 copy color: '#B85575'

red 184 ◦ green 85 ◦ blue 117

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

Shades of Royal Heath #B85575

Tints of Royal Heath #B85575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.31%

R = 47.67%
G = 22.02%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B85575 (or 0xB85575) is known color: Royal Heath. HEX triplet: B8, 55 and 75. RGB value is (184,85,117). Sum of RGB (Red+Green+Blue) = 184+85+117=386 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.67% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 184 - color contains mainly: red. Hex color #B85575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85575 is #47AA8A. Grayscale: #767676. Windows color (decimal): -4696715 or 7689656. OLE color: 7689656.

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

Color convert

RGB 184 85 117 -
CMYK 0 0.54 0.36 0.28
HSL 340.61º 0.41% 0.53% -
HSV(B) 340.61º 0.54% 0.72% -
XYZ 26.23 17.97 18.92 -
YUV 118.25 127.3 174.9 -
System Red Green Blue C M Y K H S L
Decimal 184 85 117 0 0.54 0.36 0.28 340.61 0.41 0.53
Hex B8 55 75 0 36 24 1C 155 29 35
Octal 270 125 165 0 66 44 34 525 51 65
Binary 10111000 1010101 1110101 0 110110 100100 11100 101010101 101001 110101

Color Harmonies of #B85575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85575

Black with #B85575

Text Example


Text Example

White with #B85575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85575; }

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

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

background-color css

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

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

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

border-color css

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

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

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