Html Css Color HEX #B85274 Royal Heath

📋 copy color: '#B85274'

red 184 ◦ green 82 ◦ blue 116

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

Shades of Royal Heath #B85274

Tints of Royal Heath #B85274

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.47%

 BLUE value IS 116 (45.7% from 255) = 30.37%

R = 48.17%
G = 21.47%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#B85274 (or 0xB85274) is known color: Royal Heath. HEX triplet: B8, 52 and 74. RGB value is (184,82,116). Sum of RGB (Red+Green+Blue) = 184+82+116=382 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.17% from 382); Green value is 82 (32.42% from 255 or 21.47% from 382); Blue value is 116 (45.70% from 255 or 30.37% from 382); Max value from RGB is 184 - color contains mainly: red. Hex color #B85274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85274 is #47AD8B. Grayscale: #747474. Windows color (decimal): -4697484 or 7623352. OLE color: 7623352.

HSL color Cylindrical-coordinate representation of color #B85274: hue angle of 340º 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 #B85274 is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 82 116 -
CMYK 0 0.55 0.37 0.28
HSL 340º 0.42% 0.52% -
HSV(B) 340º 0.55% 0.72% -
XYZ 25.94 17.49 18.53 -
YUV 116.37 127.79 176.24 -
System Red Green Blue C M Y K H S L
Decimal 184 82 116 0 0.55 0.37 0.28 340 0.42 0.52
Hex B8 52 74 0 37 25 1C 154 2A 34
Octal 270 122 164 0 67 45 34 524 52 64
Binary 10111000 1010010 1110100 0 110111 100101 11100 101010100 101010 110100

Color Harmonies of #B85274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85274

Black with #B85274

Text Example


Text Example

White with #B85274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85274; }

 p { color: rgb(184,82,116); }

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

background-color css

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

 a { background-color: rgb(184,82,116); }

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

border-color css

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

 span { border-color: rgb(184,82,116); }

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