Html Css Color HEX #B9547A Royal Heath

📋 copy color: '#B9547A'

red 185 ◦ green 84 ◦ blue 122

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

Shades of Royal Heath #B9547A

Tints of Royal Heath #B9547A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.48%

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

R = 47.31%
G = 21.48%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#B9547A (or 0xB9547A) is known color: Royal Heath. HEX triplet: B9, 54 and 7A. RGB value is (185,84,122). Sum of RGB (Red+Green+Blue) = 185+84+122=391 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.31% from 391); Green value is 84 (33.20% from 255 or 21.48% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 185 - color contains mainly: red. Hex color #B9547A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9547A is #46AB85. Grayscale: #767676. Windows color (decimal): -4631430 or 8017081. OLE color: 8017081.

HSL color Cylindrical-coordinate representation of color #B9547A: hue angle of 337.43º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B9547A is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 84 122 -
CMYK 0 0.55 0.34 0.27
HSL 337.43º 0.42% 0.53% -
HSV(B) 337.43º 0.55% 0.73% -
XYZ 26.69 18.06 20.49 -
YUV 118.53 129.96 175.41 -
System Red Green Blue C M Y K H S L
Decimal 185 84 122 0 0.55 0.34 0.27 337.43 0.42 0.53
Hex B9 54 7A 0 37 22 1B 151 2A 35
Octal 271 124 172 0 67 42 33 521 52 65
Binary 10111001 1010100 1111010 0 110111 100010 11011 101010001 101010 110101

Color Harmonies of #B9547A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9547A

Black with #B9547A

Text Example


Text Example

White with #B9547A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9547A; }

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

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

background-color css

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

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

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

border-color css

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

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

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