Html Css Color HEX #B5486F Royal Heath

📋 copy color: '#B5486F'

red 181 ◦ green 72 ◦ blue 111

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

Shades of Royal Heath #B5486F

Tints of Royal Heath #B5486F

RGB

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

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

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

R = 49.73%
G = 19.78%
B = 30.49%

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

#B5486F (or 0xB5486F) is known color: Royal Heath. HEX triplet: B5, 48 and 6F. RGB value is (181,72,111). Sum of RGB (Red+Green+Blue) = 181+72+111=364 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.73% from 364); Green value is 72 (28.52% from 255 or 19.78% from 364); Blue value is 111 (43.75% from 255 or 30.49% from 364); Max value from RGB is 181 - color contains mainly: red. Hex color #B5486F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5486F is #4AB790. Grayscale: #6C6C6C. Windows color (decimal): -4896657 or 7293109. OLE color: 7293109.

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

Color convert

RGB 181 72 111 -
CMYK 0 0.60 0.39 0.29
HSL 338.53º 0.43% 0.5% -
HSV(B) 338.53º 0.6% 0.71% -
XYZ 24.24 15.61 16.77 -
YUV 109.04 129.11 179.33 -
System Red Green Blue C M Y K H S L
Decimal 181 72 111 0 0.60 0.39 0.29 338.53 0.43 0.5
Hex B5 48 6F 0 3C 27 1D 153 2B 32
Octal 265 110 157 0 74 47 35 523 53 62
Binary 10110101 1001000 1101111 0 111100 100111 11101 101010011 101011 110010

Color Harmonies of #B5486F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5486F

Black with #B5486F

Text Example


Text Example

White with #B5486F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5486F; }

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

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

background-color css

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

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

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

border-color css

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

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

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