Html Css Color HEX #B5476F Royal Heath

📋 copy color: '#B5476F'

red 181 ◦ green 71 ◦ blue 111

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

Shades of Royal Heath #B5476F

Tints of Royal Heath #B5476F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.56%

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

R = 49.86%
G = 19.56%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B5476F (or 0xB5476F) is known color: Royal Heath. HEX triplet: B5, 47 and 6F. RGB value is (181,71,111). Sum of RGB (Red+Green+Blue) = 181+71+111=363 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.86% from 363); Green value is 71 (28.12% from 255 or 19.56% from 363); Blue value is 111 (43.75% from 255 or 30.58% from 363); Max value from RGB is 181 - color contains mainly: red. Hex color #B5476F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5476F is #4AB890. Grayscale: #6C6C6C. Windows color (decimal): -4896913 or 7292853. OLE color: 7292853.

HSL color Cylindrical-coordinate representation of color #B5476F: hue angle of 338.18º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B5476F is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 71 111 -
CMYK 0 0.61 0.39 0.29
HSL 338.18º 0.44% 0.49% -
HSV(B) 338.18º 0.61% 0.71% -
XYZ 24.18 15.48 16.75 -
YUV 108.45 129.44 179.75 -
System Red Green Blue C M Y K H S L
Decimal 181 71 111 0 0.61 0.39 0.29 338.18 0.44 0.49
Hex B5 47 6F 0 3D 27 1D 152 2C 31
Octal 265 107 157 0 75 47 35 522 54 61
Binary 10110101 1000111 1101111 0 111101 100111 11101 101010010 101100 110001

Color Harmonies of #B5476F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5476F

Black with #B5476F

Text Example


Text Example

White with #B5476F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5476F; }

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

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

background-color css

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

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

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

border-color css

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

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

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