Html Css Color HEX #B84B7B Royal Heath

📋 copy color: '#B84B7B'

red 184 ◦ green 75 ◦ blue 123

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

Shades of Royal Heath #B84B7B

Tints of Royal Heath #B84B7B

RGB

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

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

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

R = 48.17%
G = 19.63%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#B84B7B (or 0xB84B7B) is known color: Royal Heath. HEX triplet: B8, 4B and 7B. RGB value is (184,75,123). Sum of RGB (Red+Green+Blue) = 184+75+123=382 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.17% from 382); Green value is 75 (29.69% from 255 or 19.63% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 184 - color contains mainly: red. Hex color #B84B7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84B7B is #47B484. Grayscale: #707070. Windows color (decimal): -4699269 or 8080312. OLE color: 8080312.

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

Color convert

RGB 184 75 123 -
CMYK 0 0.59 0.33 0.28
HSL 333.58º 0.43% 0.51% -
HSV(B) 333.58º 0.59% 0.72% -
XYZ 25.86 16.65 20.59 -
YUV 113.06 133.61 178.6 -
System Red Green Blue C M Y K H S L
Decimal 184 75 123 0 0.59 0.33 0.28 333.58 0.43 0.51
Hex B8 4B 7B 0 3B 21 1C 14E 2B 33
Octal 270 113 173 0 73 41 34 516 53 63
Binary 10111000 1001011 1111011 0 111011 100001 11100 101001110 101011 110011

Color Harmonies of #B84B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84B7B

Black with #B84B7B

Text Example


Text Example

White with #B84B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84B7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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