Html Css Color HEX #B9447A Royal Heath

📋 copy color: '#B9447A'

red 185 ◦ green 68 ◦ blue 122

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

Shades of Royal Heath #B9447A

Tints of Royal Heath #B9447A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.53%

R = 49.33%
G = 18.13%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#B9447A (or 0xB9447A) is known color: Royal Heath. HEX triplet: B9, 44 and 7A. RGB value is (185,68,122). Sum of RGB (Red+Green+Blue) = 185+68+122=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 68 (26.95% from 255 or 18.13% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B9447A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9447A is #46BB85. Grayscale: #6D6D6D. Windows color (decimal): -4635526 or 8012985. OLE color: 8012985.

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

Color convert

RGB 185 68 122 -
CMYK 0 0.63 0.34 0.27
HSL 332.31º 0.46% 0.5% -
HSV(B) 332.31º 0.63% 0.73% -
XYZ 25.59 15.85 20.12 -
YUV 109.14 135.26 182.11 -
System Red Green Blue C M Y K H S L
Decimal 185 68 122 0 0.63 0.34 0.27 332.31 0.46 0.5
Hex B9 44 7A 0 3F 22 1B 14C 2E 32
Octal 271 104 172 0 77 42 33 514 56 62
Binary 10111001 1000100 1111010 0 111111 100010 11011 101001100 101110 110010

Color Harmonies of #B9447A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9447A

Black with #B9447A

Text Example


Text Example

White with #B9447A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9447A; }

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

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

background-color css

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

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

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

border-color css

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

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

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