Html Css Color HEX #B85C7A Royal Heath

📋 copy color: '#B85C7A'

red 184 ◦ green 92 ◦ blue 122

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

Shades of Royal Heath #B85C7A

Tints of Royal Heath #B85C7A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.12%

 BLUE value IS 122 (48.05% from 255) = 30.65%

R = 46.23%
G = 23.12%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#B85C7A (or 0xB85C7A) is known color: Royal Heath. HEX triplet: B8, 5C and 7A. RGB value is (184,92,122). Sum of RGB (Red+Green+Blue) = 184+92+122=398 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.23% from 398); Green value is 92 (36.33% from 255 or 23.12% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 184 - color contains mainly: red. Hex color #B85C7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85C7A is #47A385. Grayscale: #7A7A7A. Windows color (decimal): -4694918 or 8019128. OLE color: 8019128.

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

Color convert

RGB 184 92 122 -
CMYK 0 0.50 0.34 0.28
HSL 340.43º 0.39% 0.54% -
HSV(B) 340.43º 0.5% 0.72% -
XYZ 27.11 19.25 20.7 -
YUV 122.93 127.48 171.56 -
System Red Green Blue C M Y K H S L
Decimal 184 92 122 0 0.50 0.34 0.28 340.43 0.39 0.54
Hex B8 5C 7A 0 32 22 1C 154 27 36
Octal 270 134 172 0 62 42 34 524 47 66
Binary 10111000 1011100 1111010 0 110010 100010 11100 101010100 100111 110110

Color Harmonies of #B85C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85C7A

Black with #B85C7A

Text Example


Text Example

White with #B85C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85C7A; }

 p { color: rgb(184,92,122); }

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

background-color css

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

 a { background-color: rgb(184,92,122); }

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

border-color css

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

 span { border-color: rgb(184,92,122); }

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