Html Css Color HEX #B5496F Royal Heath

📋 copy color: '#B5496F'

red 181 ◦ green 73 ◦ blue 111

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

Shades of Royal Heath #B5496F

Tints of Royal Heath #B5496F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.41%

R = 49.59%
G = 20%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B5496F (or 0xB5496F) is known color: Royal Heath. HEX triplet: B5, 49 and 6F. RGB value is (181,73,111). Sum of RGB (Red+Green+Blue) = 181+73+111=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B5496F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5496F is #4AB690. Grayscale: #6D6D6D. Windows color (decimal): -4896401 or 7293365. OLE color: 7293365.

HSL color Cylindrical-coordinate representation of color #B5496F: hue angle of 338.89º 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 #B5496F is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 73 111 -
CMYK 0 0.60 0.39 0.29
HSL 338.89º 0.43% 0.5% -
HSV(B) 338.89º 0.6% 0.71% -
XYZ 24.31 15.74 16.8 -
YUV 109.62 128.78 178.91 -
System Red Green Blue C M Y K H S L
Decimal 181 73 111 0 0.60 0.39 0.29 338.89 0.43 0.5
Hex B5 49 6F 0 3C 27 1D 153 2B 32
Octal 265 111 157 0 74 47 35 523 53 62
Binary 10110101 1001001 1101111 0 111100 100111 11101 101010011 101011 110010

Color Harmonies of #B5496F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5496F

Black with #B5496F

Text Example


Text Example

White with #B5496F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5496F; }

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

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

background-color css

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

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

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

border-color css

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

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

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