Html Css Color HEX #B85A79 Royal Heath

📋 copy color: '#B85A79'

red 184 ◦ green 90 ◦ blue 121

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

Shades of Royal Heath #B85A79

Tints of Royal Heath #B85A79

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.78%

 BLUE value IS 121 (47.66% from 255) = 30.63%

R = 46.58%
G = 22.78%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#B85A79 (or 0xB85A79) is known color: Royal Heath. HEX triplet: B8, 5A and 79. RGB value is (184,90,121). Sum of RGB (Red+Green+Blue) = 184+90+121=395 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.58% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 121 (47.66% from 255 or 30.63% from 395); Max value from RGB is 184 - color contains mainly: red. Hex color #B85A79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85A79 is #47A586. Grayscale: #797979. Windows color (decimal): -4695431 or 7953080. OLE color: 7953080.

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

Color convert

RGB 184 90 121 -
CMYK 0 0.51 0.34 0.28
HSL 340.21º 0.4% 0.54% -
HSV(B) 340.21º 0.51% 0.72% -
XYZ 26.87 18.88 20.32 -
YUV 121.64 127.64 172.48 -
System Red Green Blue C M Y K H S L
Decimal 184 90 121 0 0.51 0.34 0.28 340.21 0.4 0.54
Hex B8 5A 79 0 33 22 1C 154 28 36
Octal 270 132 171 0 63 42 34 524 50 66
Binary 10111000 1011010 1111001 0 110011 100010 11100 101010100 101000 110110

Color Harmonies of #B85A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85A79

Black with #B85A79

Text Example


Text Example

White with #B85A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85A79; }

 p { color: rgb(184,90,121); }

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

background-color css

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

 a { background-color: rgb(184,90,121); }

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

border-color css

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

 span { border-color: rgb(184,90,121); }

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