Html Css Color HEX #B9446E Royal Heath

📋 copy color: '#B9446E'

red 185 ◦ green 68 ◦ blue 110

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

Shades of Royal Heath #B9446E

Tints of Royal Heath #B9446E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.3%

R = 50.96%
G = 18.73%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#B9446E (or 0xB9446E) is known color: Royal Heath. HEX triplet: B9, 44 and 6E. RGB value is (185,68,110). Sum of RGB (Red+Green+Blue) = 185+68+110=363 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.96% from 363); Green value is 68 (26.95% from 255 or 18.73% from 363); Blue value is 110 (43.36% from 255 or 30.30% from 363); Max value from RGB is 185 - color contains mainly: red. Hex color #B9446E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9446E is #46BB91. Grayscale: #6B6B6B. Windows color (decimal): -4635538 or 7226553. OLE color: 7226553.

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

Color convert

RGB 185 68 110 -
CMYK 0 0.63 0.41 0.27
HSL 338.46º 0.46% 0.5% -
HSV(B) 338.46º 0.63% 0.73% -
XYZ 24.89 15.57 16.45 -
YUV 107.77 129.26 183.08 -
System Red Green Blue C M Y K H S L
Decimal 185 68 110 0 0.63 0.41 0.27 338.46 0.46 0.5
Hex B9 44 6E 0 3F 29 1B 152 2E 32
Octal 271 104 156 0 77 51 33 522 56 62
Binary 10111001 1000100 1101110 0 111111 101001 11011 101010010 101110 110010

Color Harmonies of #B9446E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9446E

Black with #B9446E

Text Example


Text Example

White with #B9446E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9446E; }

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

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

background-color css

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

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

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

border-color css

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

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

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