Html Css Color HEX #B9537C Royal Heath

📋 copy color: '#B9537C'

red 185 ◦ green 83 ◦ blue 124

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

Shades of Royal Heath #B9537C

Tints of Royal Heath #B9537C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.17%

 BLUE value IS 124 (48.83% from 255) = 31.63%

R = 47.19%
G = 21.17%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#B9537C (or 0xB9537C) is known color: Royal Heath. HEX triplet: B9, 53 and 7C. RGB value is (185,83,124). Sum of RGB (Red+Green+Blue) = 185+83+124=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 83 (32.81% from 255 or 21.17% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 185 - color contains mainly: red. Hex color #B9537C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9537C is #46AC83. Grayscale: #767676. Windows color (decimal): -4631684 or 8147897. OLE color: 8147897.

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

Color convert

RGB 185 83 124 -
CMYK 0 0.55 0.33 0.27
HSL 335.88º 0.42% 0.53% -
HSV(B) 335.88º 0.55% 0.73% -
XYZ 26.74 17.96 21.13 -
YUV 118.17 131.29 175.67 -
System Red Green Blue C M Y K H S L
Decimal 185 83 124 0 0.55 0.33 0.27 335.88 0.42 0.53
Hex B9 53 7C 0 37 21 1B 150 2A 35
Octal 271 123 174 0 67 41 33 520 52 65
Binary 10111001 1010011 1111100 0 110111 100001 11011 101010000 101010 110101

Color Harmonies of #B9537C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9537C

Black with #B9537C

Text Example


Text Example

White with #B9537C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9537C; }

 p { color: rgb(185,83,124); }

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

background-color css

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

 a { background-color: rgb(185,83,124); }

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

border-color css

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

 span { border-color: rgb(185,83,124); }

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