Html Css Color HEX #B5487B Royal Heath

📋 copy color: '#B5487B'

red 181 ◦ green 72 ◦ blue 123

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

Shades of Royal Heath #B5487B

Tints of Royal Heath #B5487B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.15%

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

R = 48.14%
G = 19.15%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B5487B (or 0xB5487B) is known color: Royal Heath. HEX triplet: B5, 48 and 7B. RGB value is (181,72,123). Sum of RGB (Red+Green+Blue) = 181+72+123=376 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.14% from 376); Green value is 72 (28.52% from 255 or 19.15% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 181 - color contains mainly: red. Hex color #B5487B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5487B is #4AB784. Grayscale: #6E6E6E. Windows color (decimal): -4896645 or 8079541. OLE color: 8079541.

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

Color convert

RGB 181 72 123 -
CMYK 0 0.60 0.32 0.29
HSL 331.93º 0.43% 0.5% -
HSV(B) 331.93º 0.6% 0.71% -
XYZ 24.95 15.89 20.49 -
YUV 110.41 135.11 178.35 -
System Red Green Blue C M Y K H S L
Decimal 181 72 123 0 0.60 0.32 0.29 331.93 0.43 0.5
Hex B5 48 7B 0 3C 20 1D 14C 2B 32
Octal 265 110 173 0 74 40 35 514 53 62
Binary 10110101 1001000 1111011 0 111100 100000 11101 101001100 101011 110010

Color Harmonies of #B5487B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5487B

Black with #B5487B

Text Example


Text Example

White with #B5487B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5487B; }

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

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

background-color css

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

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

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

border-color css

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

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

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