Html Css Color HEX #B8467C Royal Heath

📋 copy color: '#B8467C'

red 184 ◦ green 70 ◦ blue 124

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

Shades of Royal Heath #B8467C

Tints of Royal Heath #B8467C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.52%

 BLUE value IS 124 (48.83% from 255) = 32.8%

R = 48.68%
G = 18.52%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#B8467C (or 0xB8467C) is known color: Royal Heath. HEX triplet: B8, 46 and 7C. RGB value is (184,70,124). Sum of RGB (Red+Green+Blue) = 184+70+124=378 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.68% from 378); Green value is 70 (27.73% from 255 or 18.52% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 184 - color contains mainly: red. Hex color #B8467C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8467C is #47B983. Grayscale: #6E6E6E. Windows color (decimal): -4700548 or 8144568. OLE color: 8144568.

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

Color convert

RGB 184 70 124 -
CMYK 0 0.62 0.33 0.28
HSL 331.58º 0.45% 0.5% -
HSV(B) 331.58º 0.62% 0.72% -
XYZ 25.6 16.03 20.81 -
YUV 110.24 135.77 180.61 -
System Red Green Blue C M Y K H S L
Decimal 184 70 124 0 0.62 0.33 0.28 331.58 0.45 0.5
Hex B8 46 7C 0 3E 21 1C 14C 2D 32
Octal 270 106 174 0 76 41 34 514 55 62
Binary 10111000 1000110 1111100 0 111110 100001 11100 101001100 101101 110010

Color Harmonies of #B8467C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8467C

Black with #B8467C

Text Example


Text Example

White with #B8467C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8467C; }

 p { color: rgb(184,70,124); }

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

background-color css

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

 a { background-color: rgb(184,70,124); }

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

border-color css

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

 span { border-color: rgb(184,70,124); }

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