Html Css Color HEX #B84376 Royal Heath

📋 copy color: '#B84376'

red 184 ◦ green 67 ◦ blue 118

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

Shades of Royal Heath #B84376

Tints of Royal Heath #B84376

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.16%

 BLUE value IS 118 (46.48% from 255) = 31.98%

R = 49.86%
G = 18.16%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B84376 (or 0xB84376) is known color: Royal Heath. HEX triplet: B8, 43 and 76. RGB value is (184,67,118). Sum of RGB (Red+Green+Blue) = 184+67+118=369 (48% of max value = 765). Red value is 184 (72.27% from 255 or 49.86% from 369); Green value is 67 (26.56% from 255 or 18.16% from 369); Blue value is 118 (46.48% from 255 or 31.98% from 369); Max value from RGB is 184 - color contains mainly: red. Hex color #B84376 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84376 is #47BC89. Grayscale: #6B6B6B. Windows color (decimal): -4701322 or 7750584. OLE color: 7750584.

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

Color convert

RGB 184 67 118 -
CMYK 0 0.64 0.36 0.28
HSL 333.85º 0.47% 0.49% -
HSV(B) 333.85º 0.64% 0.72% -
XYZ 25.04 15.51 18.81 -
YUV 107.8 133.76 182.35 -
System Red Green Blue C M Y K H S L
Decimal 184 67 118 0 0.64 0.36 0.28 333.85 0.47 0.49
Hex B8 43 76 0 40 24 1C 14E 2F 31
Octal 270 103 166 0 100 44 34 516 57 61
Binary 10111000 1000011 1110110 0 1000000 100100 11100 101001110 101111 110001

Color Harmonies of #B84376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84376

Black with #B84376

Text Example


Text Example

White with #B84376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84376; }

 p { color: rgb(184,67,118); }

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

background-color css

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

 a { background-color: rgb(184,67,118); }

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

border-color css

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

 span { border-color: rgb(184,67,118); }

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