Html Css Color HEX #B85077 Royal Heath

📋 copy color: '#B85077'

red 184 ◦ green 80 ◦ blue 119

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

Shades of Royal Heath #B85077

Tints of Royal Heath #B85077

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.89%

 BLUE value IS 119 (46.88% from 255) = 31.07%

R = 48.04%
G = 20.89%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.35

 K value IS 0.28

RGB Variations

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

Color information

#B85077 (or 0xB85077) is known color: Royal Heath. HEX triplet: B8, 50 and 77. RGB value is (184,80,119). Sum of RGB (Red+Green+Blue) = 184+80+119=383 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.04% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 119 (46.88% from 255 or 31.07% from 383); Max value from RGB is 184 - color contains mainly: red. Hex color #B85077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85077 is #47AF88. Grayscale: #737373. Windows color (decimal): -4697993 or 7819448. OLE color: 7819448.

HSL color Cylindrical-coordinate representation of color #B85077: hue angle of 337.5º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B85077 is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 80 119 -
CMYK 0 0.57 0.35 0.28
HSL 337.5º 0.42% 0.52% -
HSV(B) 337.5º 0.57% 0.72% -
XYZ 25.97 17.26 19.42 -
YUV 115.54 129.96 176.83 -
System Red Green Blue C M Y K H S L
Decimal 184 80 119 0 0.57 0.35 0.28 337.5 0.42 0.52
Hex B8 50 77 0 39 23 1C 152 2A 34
Octal 270 120 167 0 71 43 34 522 52 64
Binary 10111000 1010000 1110111 0 111001 100011 11100 101010010 101010 110100

Color Harmonies of #B85077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85077

Black with #B85077

Text Example


Text Example

White with #B85077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85077; }

 p { color: rgb(184,80,119); }

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

background-color css

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

 a { background-color: rgb(184,80,119); }

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

border-color css

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

 span { border-color: rgb(184,80,119); }

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