Html Css Color HEX #B9487C Royal Heath

📋 copy color: '#B9487C'

red 185 ◦ green 72 ◦ blue 124

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

Shades of Royal Heath #B9487C

Tints of Royal Heath #B9487C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.9%

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

R = 48.56%
G = 18.9%
B = 32.55%

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

#B9487C (or 0xB9487C) is known color: Royal Heath. HEX triplet: B9, 48 and 7C. RGB value is (185,72,124). Sum of RGB (Red+Green+Blue) = 185+72+124=381 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.56% from 381); Green value is 72 (28.52% from 255 or 18.90% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 185 - color contains mainly: red. Hex color #B9487C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9487C is #46B783. Grayscale: #6F6F6F. Windows color (decimal): -4634500 or 8145081. OLE color: 8145081.

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

Color convert

RGB 185 72 124 -
CMYK 0 0.61 0.33 0.27
HSL 332.39º 0.45% 0.5% -
HSV(B) 332.39º 0.61% 0.73% -
XYZ 25.96 16.4 20.87 -
YUV 111.72 134.94 180.27 -
System Red Green Blue C M Y K H S L
Decimal 185 72 124 0 0.61 0.33 0.27 332.39 0.45 0.5
Hex B9 48 7C 0 3D 21 1B 14C 2D 32
Octal 271 110 174 0 75 41 33 514 55 62
Binary 10111001 1001000 1111100 0 111101 100001 11011 101001100 101101 110010

Color Harmonies of #B9487C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9487C

Black with #B9487C

Text Example


Text Example

White with #B9487C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9487C; }

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

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

background-color css

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

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

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

border-color css

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

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

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