#B2506F

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

Shades of Royal Heath #B2506F

Tints of Royal Heath #B2506F

Color information

#B2506F (or 0xB2506F) is unknown color: approx Royal Heath. HEX triplet: B2, 50 and 6F. RGB value is (178,80,111). Sum of RGB (Red+Green+Blue) = 178+80+111=369 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.24% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 111 (43.75% from 255 or 30.08% from 369); Max value from RGB is 178 - color contains mainly: red. Hex color #B2506F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2506F is #4DAF90. Grayscale: #707070. Windows color (decimal): -5091217 or 7295154. OLE color: 7295154.

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

Color convert

RGB17880111-
CMYK00.550.380.30
HSL341.02º38.89%50.59%-
HSV(B)341.02º55.06%69.8%-
XYZ24.116.3516.92-
YUV112.84126.97174.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.24%
GREEN value IS 80 (31.64% from 255) = 21.68%
BLUE value IS 111 (43.75% from 255) = 30.08%
R=48.24%
G=21.68%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788011100.550.380.30341.0238.8950.59
HexB2506F037261E1552733
Octal26212015706746365254763
Binary1011001010100001101111011011110011011110101010101100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2506F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2506F; }

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

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

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

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

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

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

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

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