Html Css Color HEX #B5497A Royal Heath

📋 copy color: '#B5497A'

red 181 ◦ green 73 ◦ blue 122

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

Shades of Royal Heath #B5497A

Tints of Royal Heath #B5497A

RGB

 RED value IS 181 (71.09% from 255) = 48.14%

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

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

R = 48.14%
G = 19.41%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B5497A (or 0xB5497A) is known color: Royal Heath. HEX triplet: B5, 49 and 7A. RGB value is (181,73,122). Sum of RGB (Red+Green+Blue) = 181+73+122=376 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.14% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 181 - color contains mainly: red. Hex color #B5497A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5497A is #4AB685. Grayscale: #6E6E6E. Windows color (decimal): -4896390 or 8014261. OLE color: 8014261.

HSL color Cylindrical-coordinate representation of color #B5497A: hue angle of 332.78º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B5497A is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 73 122 -
CMYK 0 0.60 0.33 0.29
HSL 332.78º 0.43% 0.5% -
HSV(B) 332.78º 0.6% 0.71% -
XYZ 24.95 15.99 20.18 -
YUV 110.88 134.28 178.02 -
System Red Green Blue C M Y K H S L
Decimal 181 73 122 0 0.60 0.33 0.29 332.78 0.43 0.5
Hex B5 49 7A 0 3C 21 1D 14D 2B 32
Octal 265 111 172 0 74 41 35 515 53 62
Binary 10110101 1001001 1111010 0 111100 100001 11101 101001101 101011 110010

Color Harmonies of #B5497A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5497A

Black with #B5497A

Text Example


Text Example

White with #B5497A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5497A; }

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

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

background-color css

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

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

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

border-color css

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

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

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