Html Css Color HEX #B9547F Royal Heath

📋 copy color: '#B9547F'

red 185 ◦ green 84 ◦ blue 127

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

Shades of Royal Heath #B9547F

Tints of Royal Heath #B9547F

RGB

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

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

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

R = 46.72%
G = 21.21%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#B9547F (or 0xB9547F) is known color: Royal Heath. HEX triplet: B9, 54 and 7F. RGB value is (185,84,127). Sum of RGB (Red+Green+Blue) = 185+84+127=396 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.72% from 396); Green value is 84 (33.20% from 255 or 21.21% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 185 - color contains mainly: red. Hex color #B9547F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9547F is #46AB80. Grayscale: #777777. Windows color (decimal): -4631425 or 8344761. OLE color: 8344761.

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

Color convert

RGB 185 84 127 -
CMYK 0 0.55 0.31 0.27
HSL 334.46º 0.42% 0.53% -
HSV(B) 334.46º 0.55% 0.73% -
XYZ 27.01 18.19 22.17 -
YUV 119.1 132.46 175 -
System Red Green Blue C M Y K H S L
Decimal 185 84 127 0 0.55 0.31 0.27 334.46 0.42 0.53
Hex B9 54 7F 0 37 1F 1B 14E 2A 35
Octal 271 124 177 0 67 37 33 516 52 65
Binary 10111001 1010100 1111111 0 110111 11111 11011 101001110 101010 110101

Color Harmonies of #B9547F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9547F

Black with #B9547F

Text Example


Text Example

White with #B9547F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9547F; }

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

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

background-color css

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

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

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

border-color css

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

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

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