Html Css Color HEX #B84D7B Royal Heath

📋 copy color: '#B84D7B'

red 184 ◦ green 77 ◦ blue 123

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

Shades of Royal Heath #B84D7B

Tints of Royal Heath #B84D7B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.05%

 BLUE value IS 123 (48.44% from 255) = 32.03%

R = 47.92%
G = 20.05%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#B84D7B (or 0xB84D7B) is known color: Royal Heath. HEX triplet: B8, 4D and 7B. RGB value is (184,77,123). Sum of RGB (Red+Green+Blue) = 184+77+123=384 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.92% from 384); Green value is 77 (30.47% from 255 or 20.05% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 184 - color contains mainly: red. Hex color #B84D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B84D7B is #47B284. Grayscale: #727272. Windows color (decimal): -4698757 or 8080824. OLE color: 8080824.

HSL color Cylindrical-coordinate representation of color #B84D7B: hue angle of 334.21º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B84D7B is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 77 123 -
CMYK 0 0.58 0.33 0.28
HSL 334.21º 0.43% 0.51% -
HSV(B) 334.21º 0.58% 0.72% -
XYZ 26 16.93 20.64 -
YUV 114.24 132.95 177.76 -
System Red Green Blue C M Y K H S L
Decimal 184 77 123 0 0.58 0.33 0.28 334.21 0.43 0.51
Hex B8 4D 7B 0 3A 21 1C 14E 2B 33
Octal 270 115 173 0 72 41 34 516 53 63
Binary 10111000 1001101 1111011 0 111010 100001 11100 101001110 101011 110011

Color Harmonies of #B84D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84D7B

Black with #B84D7B

Text Example


Text Example

White with #B84D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84D7B; }

 p { color: rgb(184,77,123); }

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

background-color css

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

 a { background-color: rgb(184,77,123); }

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

border-color css

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

 span { border-color: rgb(184,77,123); }

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