Html Css Color HEX #B5486C Royal Heath

📋 copy color: '#B5486C'

red 181 ◦ green 72 ◦ blue 108

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

Shades of Royal Heath #B5486C

Tints of Royal Heath #B5486C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.92%

R = 50.14%
G = 19.94%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B5486C (or 0xB5486C) is known color: Royal Heath. HEX triplet: B5, 48 and 6C. RGB value is (181,72,108). Sum of RGB (Red+Green+Blue) = 181+72+108=361 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.14% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 181 - color contains mainly: red. Hex color #B5486C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5486C is #4AB793. Grayscale: #6C6C6C. Windows color (decimal): -4896660 or 7096501. OLE color: 7096501.

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

Color convert

RGB 181 72 108 -
CMYK 0 0.60 0.40 0.29
HSL 340.18º 0.43% 0.5% -
HSV(B) 340.18º 0.6% 0.71% -
XYZ 24.08 15.54 15.92 -
YUV 108.7 127.61 179.57 -
System Red Green Blue C M Y K H S L
Decimal 181 72 108 0 0.60 0.40 0.29 340.18 0.43 0.5
Hex B5 48 6C 0 3C 28 1D 154 2B 32
Octal 265 110 154 0 74 50 35 524 53 62
Binary 10110101 1001000 1101100 0 111100 101000 11101 101010100 101011 110010

Color Harmonies of #B5486C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5486C

Black with #B5486C

Text Example


Text Example

White with #B5486C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5486C; }

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

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

background-color css

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

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

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

border-color css

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

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

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