Html Css Color HEX #B5517B Royal Heath

📋 copy color: '#B5517B'

red 181 ◦ green 81 ◦ blue 123

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

Shades of Royal Heath #B5517B

Tints of Royal Heath #B5517B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.04%

 BLUE value IS 123 (48.44% from 255) = 31.95%

R = 47.01%
G = 21.04%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B5517B (or 0xB5517B) is known color: Royal Heath. HEX triplet: B5, 51 and 7B. RGB value is (181,81,123). Sum of RGB (Red+Green+Blue) = 181+81+123=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 81 (32.03% from 255 or 21.04% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 181 - color contains mainly: red. Hex color #B5517B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5517B is #4AAE84. Grayscale: #737373. Windows color (decimal): -4894341 or 8081845. OLE color: 8081845.

HSL color Cylindrical-coordinate representation of color #B5517B: hue angle of 334.8º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B5517B is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 81 123 -
CMYK 0 0.55 0.32 0.29
HSL 334.8º 0.4% 0.51% -
HSV(B) 334.8º 0.55% 0.71% -
XYZ 25.57 17.14 20.7 -
YUV 115.69 132.13 174.58 -
System Red Green Blue C M Y K H S L
Decimal 181 81 123 0 0.55 0.32 0.29 334.8 0.4 0.51
Hex B5 51 7B 0 37 20 1D 14F 28 33
Octal 265 121 173 0 67 40 35 517 50 63
Binary 10110101 1010001 1111011 0 110111 100000 11101 101001111 101000 110011

Color Harmonies of #B5517B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5517B

Black with #B5517B

Text Example


Text Example

White with #B5517B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5517B; }

 p { color: rgb(181,81,123); }

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

background-color css

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

 a { background-color: rgb(181,81,123); }

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

border-color css

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

 span { border-color: rgb(181,81,123); }

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