Html Css Color HEX #B5496B Royal Heath

📋 copy color: '#B5496B'

red 181 ◦ green 73 ◦ blue 107

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

Shades of Royal Heath #B5496B

Tints of Royal Heath #B5496B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.64%

R = 50.14%
G = 20.22%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B5496B (or 0xB5496B) is known color: Royal Heath. HEX triplet: B5, 49 and 6B. RGB value is (181,73,107). Sum of RGB (Red+Green+Blue) = 181+73+107=361 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.14% from 361); Green value is 73 (28.91% from 255 or 20.22% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 181 - color contains mainly: red. Hex color #B5496B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5496B is #4AB694. Grayscale: #6D6D6D. Windows color (decimal): -4896405 or 7031221. OLE color: 7031221.

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

Color convert

RGB 181 73 107 -
CMYK 0 0.60 0.41 0.29
HSL 341.11º 0.43% 0.5% -
HSV(B) 341.11º 0.6% 0.71% -
XYZ 24.09 15.65 15.66 -
YUV 109.17 126.78 179.24 -
System Red Green Blue C M Y K H S L
Decimal 181 73 107 0 0.60 0.41 0.29 341.11 0.43 0.5
Hex B5 49 6B 0 3C 29 1D 155 2B 32
Octal 265 111 153 0 74 51 35 525 53 62
Binary 10110101 1001001 1101011 0 111100 101001 11101 101010101 101011 110010

Color Harmonies of #B5496B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5496B

Black with #B5496B

Text Example


Text Example

White with #B5496B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5496B; }

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

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

background-color css

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

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

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

border-color css

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

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

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