Html Css Color HEX #B9557A Royal Heath

📋 copy color: '#B9557A'

red 185 ◦ green 85 ◦ blue 122

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

Shades of Royal Heath #B9557A

Tints of Royal Heath #B9557A

RGB

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

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

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

R = 47.19%
G = 21.68%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#B9557A (or 0xB9557A) is known color: Royal Heath. HEX triplet: B9, 55 and 7A. RGB value is (185,85,122). Sum of RGB (Red+Green+Blue) = 185+85+122=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 85 (33.59% from 255 or 21.68% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 185 - color contains mainly: red. Hex color #B9557A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9557A is #46AA85. Grayscale: #777777. Windows color (decimal): -4631174 or 8017337. OLE color: 8017337.

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

Color convert

RGB 185 85 122 -
CMYK 0 0.54 0.34 0.27
HSL 337.8º 0.42% 0.53% -
HSV(B) 337.8º 0.54% 0.73% -
XYZ 26.77 18.22 20.52 -
YUV 119.12 129.63 174.99 -
System Red Green Blue C M Y K H S L
Decimal 185 85 122 0 0.54 0.34 0.27 337.8 0.42 0.53
Hex B9 55 7A 0 36 22 1B 152 2A 35
Octal 271 125 172 0 66 42 33 522 52 65
Binary 10111001 1010101 1111010 0 110110 100010 11011 101010010 101010 110101

Color Harmonies of #B9557A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9557A

Black with #B9557A

Text Example


Text Example

White with #B9557A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9557A; }

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

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

background-color css

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

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

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

border-color css

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

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

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