Html Css Color HEX #B84B7A Royal Heath

📋 copy color: '#B84B7A'

red 184 ◦ green 75 ◦ blue 122

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

Shades of Royal Heath #B84B7A

Tints of Royal Heath #B84B7A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.69%

 BLUE value IS 122 (48.05% from 255) = 32.02%

R = 48.29%
G = 19.69%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#B84B7A (or 0xB84B7A) is known color: Royal Heath. HEX triplet: B8, 4B and 7A. RGB value is (184,75,122). Sum of RGB (Red+Green+Blue) = 184+75+122=381 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.29% from 381); Green value is 75 (29.69% from 255 or 19.69% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 184 - color contains mainly: red. Hex color #B84B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84B7A is #47B485. Grayscale: #707070. Windows color (decimal): -4699270 or 8014776. OLE color: 8014776.

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

Color convert

RGB 184 75 122 -
CMYK 0 0.59 0.34 0.28
HSL 334.13º 0.43% 0.51% -
HSV(B) 334.13º 0.59% 0.72% -
XYZ 25.8 16.63 20.26 -
YUV 112.95 133.11 178.68 -
System Red Green Blue C M Y K H S L
Decimal 184 75 122 0 0.59 0.34 0.28 334.13 0.43 0.51
Hex B8 4B 7A 0 3B 22 1C 14E 2B 33
Octal 270 113 172 0 73 42 34 516 53 63
Binary 10111000 1001011 1111010 0 111011 100010 11100 101001110 101011 110011

Color Harmonies of #B84B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84B7A

Black with #B84B7A

Text Example


Text Example

White with #B84B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84B7A; }

 p { color: rgb(184,75,122); }

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

background-color css

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

 a { background-color: rgb(184,75,122); }

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

border-color css

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

 span { border-color: rgb(184,75,122); }

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