Html Css Color HEX #B85782 Royal Heath

📋 copy color: '#B85782'

red 184 ◦ green 87 ◦ blue 130

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

Shades of Royal Heath #B85782

Tints of Royal Heath #B85782

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.7%

 BLUE value IS 130 (51.17% from 255) = 32.42%

R = 45.89%
G = 21.7%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#B85782 (or 0xB85782) is known color: Royal Heath. HEX triplet: B8, 57 and 82. RGB value is (184,87,130). Sum of RGB (Red+Green+Blue) = 184+87+130=401 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.89% from 401); Green value is 87 (34.38% from 255 or 21.70% from 401); Blue value is 130 (51.17% from 255 or 32.42% from 401); Max value from RGB is 184 - color contains mainly: red. Hex color #B85782 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85782 is #47A87D. Grayscale: #787878. Windows color (decimal): -4696190 or 8542136. OLE color: 8542136.

HSL color Cylindrical-coordinate representation of color #B85782: hue angle of 333.4º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B85782 is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 87 130 -
CMYK 0 0.53 0.29 0.28
HSL 333.4º 0.41% 0.53% -
HSV(B) 333.4º 0.53% 0.72% -
XYZ 27.2 18.62 23.28 -
YUV 120.91 133.14 173 -
System Red Green Blue C M Y K H S L
Decimal 184 87 130 0 0.53 0.29 0.28 333.4 0.41 0.53
Hex B8 57 82 0 35 1D 1C 14D 29 35
Octal 270 127 202 0 65 35 34 515 51 65
Binary 10111000 1010111 10000010 0 110101 11101 11100 101001101 101001 110101

Color Harmonies of #B85782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85782

Black with #B85782

Text Example


Text Example

White with #B85782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85782; }

 p { color: rgb(184,87,130); }

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

background-color css

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

 a { background-color: rgb(184,87,130); }

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

border-color css

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

 span { border-color: rgb(184,87,130); }

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