Html Css Color HEX #B15476 Royal Heath

📋 copy color: '#B15476'

red 177 ◦ green 84 ◦ blue 118

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

Shades of Royal Heath #B15476

Tints of Royal Heath #B15476

RGB

 RED value IS 177 (69.53% from 255) = 46.7%

 GREEN value IS 84 (33.2% from 255) = 22.16%

 BLUE value IS 118 (46.48% from 255) = 31.13%

R = 46.7%
G = 22.16%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#B15476 (or 0xB15476) is known color: Royal Heath. HEX triplet: B1, 54 and 76. RGB value is (177,84,118). Sum of RGB (Red+Green+Blue) = 177+84+118=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 84 (33.20% from 255 or 22.16% from 379); Blue value is 118 (46.48% from 255 or 31.13% from 379); Max value from RGB is 177 - color contains mainly: red. Hex color #B15476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15476 is #4EAB89. Grayscale: #737373. Windows color (decimal): -5155722 or 7754929. OLE color: 7754929.

HSL color Cylindrical-coordinate representation of color #B15476: hue angle of 338.06º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B15476 is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 84 118 -
CMYK 0 0.53 0.33 0.31
HSL 338.06º 0.37% 0.51% -
HSV(B) 338.06º 0.53% 0.69% -
XYZ 24.57 17 19.12 -
YUV 115.68 129.31 171.74 -
System Red Green Blue C M Y K H S L
Decimal 177 84 118 0 0.53 0.33 0.31 338.06 0.37 0.51
Hex B1 54 76 0 35 21 1F 152 25 33
Octal 261 124 166 0 65 41 37 522 45 63
Binary 10110001 1010100 1110110 0 110101 100001 11111 101010010 100101 110011

Color Harmonies of #B15476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15476

Black with #B15476

Text Example


Text Example

White with #B15476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15476; }

 p { color: rgb(177,84,118); }

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

background-color css

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

 a { background-color: rgb(177,84,118); }

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

border-color css

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

 span { border-color: rgb(177,84,118); }

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