Html Css Color HEX #B85278 Royal Heath

📋 copy color: '#B85278'

red 184 ◦ green 82 ◦ blue 120

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

Shades of Royal Heath #B85278

Tints of Royal Heath #B85278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.09%

R = 47.67%
G = 21.24%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.35

 K value IS 0.28

RGB Variations

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

Color information

#B85278 (or 0xB85278) is known color: Royal Heath. HEX triplet: B8, 52 and 78. RGB value is (184,82,120). Sum of RGB (Red+Green+Blue) = 184+82+120=386 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.67% from 386); Green value is 82 (32.42% from 255 or 21.24% from 386); Blue value is 120 (47.27% from 255 or 31.09% from 386); Max value from RGB is 184 - color contains mainly: red. Hex color #B85278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85278 is #47AD87. Grayscale: #747474. Windows color (decimal): -4697480 or 7885496. OLE color: 7885496.

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

Color convert

RGB 184 82 120 -
CMYK 0 0.55 0.35 0.28
HSL 337.65º 0.42% 0.52% -
HSV(B) 337.65º 0.55% 0.72% -
XYZ 26.17 17.58 19.78 -
YUV 116.83 129.79 175.91 -
System Red Green Blue C M Y K H S L
Decimal 184 82 120 0 0.55 0.35 0.28 337.65 0.42 0.52
Hex B8 52 78 0 37 23 1C 152 2A 34
Octal 270 122 170 0 67 43 34 522 52 64
Binary 10111000 1010010 1111000 0 110111 100011 11100 101010010 101010 110100

Color Harmonies of #B85278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85278

Black with #B85278

Text Example


Text Example

White with #B85278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85278; }

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

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

background-color css

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

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

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

border-color css

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

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

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