#B2516F

Color #B2516F Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #B2516F

Tints of Royal Heath #B2516F

Color information

#B2516F (or 0xB2516F) is unknown color: approx Royal Heath. HEX triplet: B2, 51 and 6F. RGB value is (178,81,111). Sum of RGB (Red+Green+Blue) = 178+81+111=370 (49% of max value = 765). Red value is 178 (69.92% from 255 or 48.11% from 370); Green value is 81 (32.03% from 255 or 21.89% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 178 - color contains mainly: red. Hex color #B2516F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2516F is #4DAE90. Grayscale: #717171. Windows color (decimal): -5090961 or 7295410. OLE color: 7295410.

HSL color Cylindrical-coordinate representation of color #B2516F: hue angle of 341.44º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B2516F is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB17881111-
CMYK00.540.380.30
HSL341.44º38.65%50.78%-
HSV(B)341.44º54.49%69.8%-
XYZ24.1716.516.95-
YUV113.42126.64174.06-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.11%
GREEN value IS 81 (32.03% from 255) = 21.89%
BLUE value IS 111 (43.75% from 255) = 30%
R=48.11%
G=21.89%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788111100.540.380.30341.4438.6550.78
HexB2516F036261E1552733
Octal26212115706646365254763
Binary1011001010100011101111011011010011011110101010101100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2516F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2516F; }

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

 H1.HeaderClassName
 {
   color: #B2516F;
 }
 .AnyTagClassName
 {
   color: #B2516F;
 }
</style>
background-color css

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

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

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

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

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

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