Html Css Color HEX #B9497C Royal Heath

📋 copy color: '#B9497C'

red 185 ◦ green 73 ◦ blue 124

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

Shades of Royal Heath #B9497C

Tints of Royal Heath #B9497C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.11%

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

R = 48.43%
G = 19.11%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#B9497C (or 0xB9497C) is known color: Royal Heath. HEX triplet: B9, 49 and 7C. RGB value is (185,73,124). Sum of RGB (Red+Green+Blue) = 185+73+124=382 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.43% from 382); Green value is 73 (28.91% from 255 or 19.11% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 185 - color contains mainly: red. Hex color #B9497C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9497C is #46B683. Grayscale: #707070. Windows color (decimal): -4634244 or 8145337. OLE color: 8145337.

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

Color convert

RGB 185 73 124 -
CMYK 0 0.61 0.33 0.27
HSL 332.68º 0.44% 0.51% -
HSV(B) 332.68º 0.61% 0.73% -
XYZ 26.03 16.53 20.89 -
YUV 112.3 134.61 179.85 -
System Red Green Blue C M Y K H S L
Decimal 185 73 124 0 0.61 0.33 0.27 332.68 0.44 0.51
Hex B9 49 7C 0 3D 21 1B 14D 2C 33
Octal 271 111 174 0 75 41 33 515 54 63
Binary 10111001 1001001 1111100 0 111101 100001 11011 101001101 101100 110011

Color Harmonies of #B9497C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9497C

Black with #B9497C

Text Example


Text Example

White with #B9497C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9497C; }

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

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

background-color css

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

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

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

border-color css

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

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

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