Html Css Color HEX #B84072 Royal Heath

📋 copy color: '#B84072'

red 184 ◦ green 64 ◦ blue 114

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

Shades of Royal Heath #B84072

Tints of Royal Heath #B84072

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.68%

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

R = 50.83%
G = 17.68%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#B84072 (or 0xB84072) is known color: Royal Heath. HEX triplet: B8, 40 and 72. RGB value is (184,64,114). Sum of RGB (Red+Green+Blue) = 184+64+114=362 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.83% from 362); Green value is 64 (25.39% from 255 or 17.68% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 184 - color contains mainly: red. Hex color #B84072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84072 is #47BF8D. Grayscale: #696969. Windows color (decimal): -4702094 or 7487672. OLE color: 7487672.

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

Color convert

RGB 184 64 114 -
CMYK 0 0.65 0.38 0.28
HSL 335º 0.48% 0.49% -
HSV(B) 335º 0.65% 0.72% -
XYZ 24.64 15.07 17.53 -
YUV 105.58 132.76 183.93 -
System Red Green Blue C M Y K H S L
Decimal 184 64 114 0 0.65 0.38 0.28 335 0.48 0.49
Hex B8 40 72 0 41 26 1C 14F 30 31
Octal 270 100 162 0 101 46 34 517 60 61
Binary 10111000 1000000 1110010 0 1000001 100110 11100 101001111 110000 110001

Color Harmonies of #B84072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84072

Black with #B84072

Text Example


Text Example

White with #B84072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84072; }

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

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

background-color css

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

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

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

border-color css

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

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

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