Html Css Color HEX #B9497A Royal Heath

📋 copy color: '#B9497A'

red 185 ◦ green 73 ◦ blue 122

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

Shades of Royal Heath #B9497A

Tints of Royal Heath #B9497A

RGB

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

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

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

R = 48.68%
G = 19.21%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#B9497A (or 0xB9497A) is known color: Royal Heath. HEX triplet: B9, 49 and 7A. RGB value is (185,73,122). Sum of RGB (Red+Green+Blue) = 185+73+122=380 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.68% from 380); Green value is 73 (28.91% from 255 or 19.21% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 185 - color contains mainly: red. Hex color #B9497A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9497A is #46B685. Grayscale: #6F6F6F. Windows color (decimal): -4634246 or 8014265. OLE color: 8014265.

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

Color convert

RGB 185 73 122 -
CMYK 0 0.61 0.34 0.27
HSL 333.75º 0.44% 0.51% -
HSV(B) 333.75º 0.61% 0.73% -
XYZ 25.9 16.48 20.23 -
YUV 112.07 133.61 180.02 -
System Red Green Blue C M Y K H S L
Decimal 185 73 122 0 0.61 0.34 0.27 333.75 0.44 0.51
Hex B9 49 7A 0 3D 22 1B 14E 2C 33
Octal 271 111 172 0 75 42 33 516 54 63
Binary 10111001 1001001 1111010 0 111101 100010 11011 101001110 101100 110011

Color Harmonies of #B9497A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9497A

Black with #B9497A

Text Example


Text Example

White with #B9497A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9497A; }

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

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

background-color css

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

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

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

border-color css

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

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

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