Html Css Color HEX #B9447C Royal Heath

📋 copy color: '#B9447C'

red 185 ◦ green 68 ◦ blue 124

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

Shades of Royal Heath #B9447C

Tints of Royal Heath #B9447C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.04%

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

R = 49.07%
G = 18.04%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#B9447C (or 0xB9447C) is known color: Royal Heath. HEX triplet: B9, 44 and 7C. RGB value is (185,68,124). Sum of RGB (Red+Green+Blue) = 185+68+124=377 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.07% from 377); Green value is 68 (26.95% from 255 or 18.04% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 185 - color contains mainly: red. Hex color #B9447C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9447C is #46BB83. Grayscale: #6D6D6D. Windows color (decimal): -4635524 or 8144057. OLE color: 8144057.

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

Color convert

RGB 185 68 124 -
CMYK 0 0.63 0.33 0.27
HSL 331.28º 0.46% 0.5% -
HSV(B) 331.28º 0.63% 0.73% -
XYZ 25.71 15.9 20.78 -
YUV 109.37 136.26 181.95 -
System Red Green Blue C M Y K H S L
Decimal 185 68 124 0 0.63 0.33 0.27 331.28 0.46 0.5
Hex B9 44 7C 0 3F 21 1B 14B 2E 32
Octal 271 104 174 0 77 41 33 513 56 62
Binary 10111001 1000100 1111100 0 111111 100001 11011 101001011 101110 110010

Color Harmonies of #B9447C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9447C

Black with #B9447C

Text Example


Text Example

White with #B9447C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9447C; }

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

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

background-color css

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

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

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

border-color css

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

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

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