Html Css Color HEX #B9547C Royal Heath

📋 copy color: '#B9547C'

red 185 ◦ green 84 ◦ blue 124

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

Shades of Royal Heath #B9547C

Tints of Royal Heath #B9547C

RGB

 RED value IS 185 (72.66% from 255) = 47.07%

 GREEN value IS 84 (33.2% from 255) = 21.37%

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

R = 47.07%
G = 21.37%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#B9547C (or 0xB9547C) is known color: Royal Heath. HEX triplet: B9, 54 and 7C. RGB value is (185,84,124). Sum of RGB (Red+Green+Blue) = 185+84+124=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 84 (33.20% from 255 or 21.37% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 185 - color contains mainly: red. Hex color #B9547C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9547C is #46AB83. Grayscale: #767676. Windows color (decimal): -4631428 or 8148153. OLE color: 8148153.

HSL color Cylindrical-coordinate representation of color #B9547C: hue angle of 336.24º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B9547C is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 84 124 -
CMYK 0 0.55 0.33 0.27
HSL 336.24º 0.42% 0.53% -
HSV(B) 336.24º 0.55% 0.73% -
XYZ 26.82 18.11 21.15 -
YUV 118.76 130.96 175.25 -
System Red Green Blue C M Y K H S L
Decimal 185 84 124 0 0.55 0.33 0.27 336.24 0.42 0.53
Hex B9 54 7C 0 37 21 1B 150 2A 35
Octal 271 124 174 0 67 41 33 520 52 65
Binary 10111001 1010100 1111100 0 110111 100001 11011 101010000 101010 110101

Color Harmonies of #B9547C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9547C

Black with #B9547C

Text Example


Text Example

White with #B9547C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9547C; }

 p { color: rgb(185,84,124); }

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

background-color css

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

 a { background-color: rgb(185,84,124); }

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

border-color css

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

 span { border-color: rgb(185,84,124); }

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