Html Css Color HEX #B9447F Royal Heath

📋 copy color: '#B9447F'

red 185 ◦ green 68 ◦ blue 127

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

Shades of Royal Heath #B9447F

Tints of Royal Heath #B9447F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.42%

R = 48.68%
G = 17.89%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#B9447F (or 0xB9447F) is known color: Royal Heath. HEX triplet: B9, 44 and 7F. RGB value is (185,68,127). Sum of RGB (Red+Green+Blue) = 185+68+127=380 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.68% from 380); Green value is 68 (26.95% from 255 or 17.89% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 185 - color contains mainly: red. Hex color #B9447F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9447F is #46BB80. Grayscale: #6D6D6D. Windows color (decimal): -4635521 or 8340665. OLE color: 8340665.

HSL color Cylindrical-coordinate representation of color #B9447F: hue angle of 329.74º 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 #B9447F is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 68 127 -
CMYK 0 0.63 0.31 0.27
HSL 329.74º 0.46% 0.5% -
HSV(B) 329.74º 0.63% 0.73% -
XYZ 25.91 15.98 21.8 -
YUV 109.71 137.76 181.7 -
System Red Green Blue C M Y K H S L
Decimal 185 68 127 0 0.63 0.31 0.27 329.74 0.46 0.5
Hex B9 44 7F 0 3F 1F 1B 14A 2E 32
Octal 271 104 177 0 77 37 33 512 56 62
Binary 10111001 1000100 1111111 0 111111 11111 11011 101001010 101110 110010

Color Harmonies of #B9447F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9447F

Black with #B9447F

Text Example


Text Example

White with #B9447F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9447F; }

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

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

background-color css

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

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

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

border-color css

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

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

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