Html Css Color HEX #B9557F Royal Heath

📋 copy color: '#B9557F'

red 185 ◦ green 85 ◦ blue 127

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

Shades of Royal Heath #B9557F

Tints of Royal Heath #B9557F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.41%

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

R = 46.6%
G = 21.41%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#B9557F (or 0xB9557F) is known color: Royal Heath. HEX triplet: B9, 55 and 7F. RGB value is (185,85,127). Sum of RGB (Red+Green+Blue) = 185+85+127=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 185 - color contains mainly: red. Hex color #B9557F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9557F is #46AA80. Grayscale: #777777. Windows color (decimal): -4631169 or 8345017. OLE color: 8345017.

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

Color convert

RGB 185 85 127 -
CMYK 0 0.54 0.31 0.27
HSL 334.8º 0.42% 0.53% -
HSV(B) 334.8º 0.54% 0.73% -
XYZ 27.09 18.34 22.19 -
YUV 119.69 132.13 174.58 -
System Red Green Blue C M Y K H S L
Decimal 185 85 127 0 0.54 0.31 0.27 334.8 0.42 0.53
Hex B9 55 7F 0 36 1F 1B 14F 2A 35
Octal 271 125 177 0 66 37 33 517 52 65
Binary 10111001 1010101 1111111 0 110110 11111 11011 101001111 101010 110101

Color Harmonies of #B9557F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9557F

Black with #B9557F

Text Example


Text Example

White with #B9557F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9557F; }

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

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

background-color css

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

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

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

border-color css

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

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

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