Html Css Color HEX #B9497E Royal Heath

📋 copy color: '#B9497E'

red 185 ◦ green 73 ◦ blue 126

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

Shades of Royal Heath #B9497E

Tints of Royal Heath #B9497E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.01%

 BLUE value IS 126 (49.61% from 255) = 32.81%

R = 48.18%
G = 19.01%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#B9497E (or 0xB9497E) is known color: Royal Heath. HEX triplet: B9, 49 and 7E. RGB value is (185,73,126). Sum of RGB (Red+Green+Blue) = 185+73+126=384 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.18% from 384); Green value is 73 (28.91% from 255 or 19.01% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 185 - color contains mainly: red. Hex color #B9497E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9497E is #46B681. Grayscale: #707070. Windows color (decimal): -4634242 or 8276409. OLE color: 8276409.

HSL color Cylindrical-coordinate representation of color #B9497E: hue angle of 331.61º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B9497E is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 73 126 -
CMYK 0 0.61 0.32 0.27
HSL 331.61º 0.44% 0.51% -
HSV(B) 331.61º 0.61% 0.73% -
XYZ 26.16 16.59 21.56 -
YUV 112.53 135.61 179.69 -
System Red Green Blue C M Y K H S L
Decimal 185 73 126 0 0.61 0.32 0.27 331.61 0.44 0.51
Hex B9 49 7E 0 3D 20 1B 14C 2C 33
Octal 271 111 176 0 75 40 33 514 54 63
Binary 10111001 1001001 1111110 0 111101 100000 11011 101001100 101100 110011

Color Harmonies of #B9497E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9497E

Black with #B9497E

Text Example


Text Example

White with #B9497E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9497E; }

 p { color: rgb(185,73,126); }

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

background-color css

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

 a { background-color: rgb(185,73,126); }

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

border-color css

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

 span { border-color: rgb(185,73,126); }

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