Html Css Color HEX #B0516F Royal Heath

📋 copy color: '#B0516F'

red 176 ◦ green 81 ◦ blue 111

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

Shades of Royal Heath #B0516F

Tints of Royal Heath #B0516F

RGB

 RED value IS 176 (69.14% from 255) = 47.83%

 GREEN value IS 81 (32.03% from 255) = 22.01%

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

R = 47.83%
G = 22.01%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B0516F (or 0xB0516F) is known color: Royal Heath. HEX triplet: B0, 51 and 6F. RGB value is (176,81,111). Sum of RGB (Red+Green+Blue) = 176+81+111=368 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.83% from 368); Green value is 81 (32.03% from 255 or 22.01% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 176 - color contains mainly: red. Hex color #B0516F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0516F is #4FAE90. Grayscale: #707070. Windows color (decimal): -5222033 or 7295408. OLE color: 7295408.

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

Color convert

RGB 176 81 111 -
CMYK 0 0.54 0.37 0.31
HSL 341.05º 0.38% 0.5% -
HSV(B) 341.05º 0.54% 0.69% -
XYZ 23.72 16.26 16.93 -
YUV 112.83 126.97 173.06 -
System Red Green Blue C M Y K H S L
Decimal 176 81 111 0 0.54 0.37 0.31 341.05 0.38 0.5
Hex B0 51 6F 0 36 25 1F 155 26 32
Octal 260 121 157 0 66 45 37 525 46 62
Binary 10110000 1010001 1101111 0 110110 100101 11111 101010101 100110 110010

Color Harmonies of #B0516F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0516F

Black with #B0516F

Text Example


Text Example

White with #B0516F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0516F; }

 p { color: rgb(176,81,111); }

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

background-color css

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

 a { background-color: rgb(176,81,111); }

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

border-color css

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

 span { border-color: rgb(176,81,111); }

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