Html Css Color HEX #B85372 Royal Heath

📋 copy color: '#B85372'

red 184 ◦ green 83 ◦ blue 114

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

Shades of Royal Heath #B85372

Tints of Royal Heath #B85372

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.78%

 BLUE value IS 114 (44.92% from 255) = 29.92%

R = 48.29%
G = 21.78%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#B85372 (or 0xB85372) is known color: Royal Heath. HEX triplet: B8, 53 and 72. RGB value is (184,83,114). Sum of RGB (Red+Green+Blue) = 184+83+114=381 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.29% from 381); Green value is 83 (32.81% from 255 or 21.78% from 381); Blue value is 114 (44.92% from 255 or 29.92% from 381); Max value from RGB is 184 - color contains mainly: red. Hex color #B85372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85372 is #47AC8D. Grayscale: #747474. Windows color (decimal): -4697230 or 7492536. OLE color: 7492536.

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

Color convert

RGB 184 83 114 -
CMYK 0 0.55 0.38 0.28
HSL 341.58º 0.42% 0.52% -
HSV(B) 341.58º 0.55% 0.72% -
XYZ 25.9 17.59 17.95 -
YUV 116.73 126.46 175.98 -
System Red Green Blue C M Y K H S L
Decimal 184 83 114 0 0.55 0.38 0.28 341.58 0.42 0.52
Hex B8 53 72 0 37 26 1C 156 2A 34
Octal 270 123 162 0 67 46 34 526 52 64
Binary 10111000 1010011 1110010 0 110111 100110 11100 101010110 101010 110100

Color Harmonies of #B85372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85372

Black with #B85372

Text Example


Text Example

White with #B85372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85372; }

 p { color: rgb(184,83,114); }

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

background-color css

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

 a { background-color: rgb(184,83,114); }

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

border-color css

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

 span { border-color: rgb(184,83,114); }

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