Html Css Color HEX #B9446F Royal Heath

📋 copy color: '#B9446F'

red 185 ◦ green 68 ◦ blue 111

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

Shades of Royal Heath #B9446F

Tints of Royal Heath #B9446F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.49%

R = 50.82%
G = 18.68%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.4

 K value IS 0.27

RGB Variations

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

Color information

#B9446F (or 0xB9446F) is known color: Royal Heath. HEX triplet: B9, 44 and 6F. RGB value is (185,68,111). Sum of RGB (Red+Green+Blue) = 185+68+111=364 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.82% from 364); Green value is 68 (26.95% from 255 or 18.68% from 364); Blue value is 111 (43.75% from 255 or 30.49% from 364); Max value from RGB is 185 - color contains mainly: red. Hex color #B9446F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9446F is #46BB90. Grayscale: #6B6B6B. Windows color (decimal): -4635537 or 7292089. OLE color: 7292089.

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

Color convert

RGB 185 68 111 -
CMYK 0 0.63 0.4 0.27
HSL 337.95º 0.46% 0.5% -
HSV(B) 337.95º 0.63% 0.73% -
XYZ 24.94 15.6 16.73 -
YUV 107.89 129.76 183 -
System Red Green Blue C M Y K H S L
Decimal 185 68 111 0 0.63 0.4 0.27 337.95 0.46 0.5
Hex B9 44 6F 0 3F 28 1B 152 2E 32
Octal 271 104 157 0 77 50 33 522 56 62
Binary 10111001 1000100 1101111 0 111111 101000 11011 101010010 101110 110010

Color Harmonies of #B9446F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9446F

Black with #B9446F

Text Example


Text Example

White with #B9446F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9446F; }

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

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

background-color css

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

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

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

border-color css

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

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

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