#B7537D

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

Shades of Royal Heath #B7537D

Tints of Royal Heath #B7537D

Color information

#B7537D (or 0xB7537D) is unknown color: approx Royal Heath. HEX triplet: B7, 53 and 7D. RGB value is (183,83,125). Sum of RGB (Red+Green+Blue) = 183+83+125=391 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.80% from 391); Green value is 83 (32.81% from 255 or 21.23% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 183 - color contains mainly: red. Hex color #B7537D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7537D is #48AC82. Grayscale: #757575. Windows color (decimal): -4762755 or 8213431. OLE color: 8213431.

HSL color Cylindrical-coordinate representation of color #B7537D: hue angle of 334.8º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B7537D is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB18383125-
CMYK00.550.320.28
HSL334.8º40.98%52.16%-
HSV(B)334.8º54.64%71.76%-
XYZ26.3217.7321.44-
YUV117.69132.13174.58-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.80%
GREEN value IS 83 (32.81% from 255) = 21.23%
BLUE value IS 125 (49.22% from 255) = 31.97%
R=46.80%
G=21.23%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838312500.550.320.28334.840.9852.16
HexB7537D037201C14f2934
Octal26712317506740345175164
Binary1011011110100111111101011011110000011100101001111101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7537D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7537D; }

 p { color: rgb(183,83,125); }

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

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

 a { background-color: rgb(183,83,125); }

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

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

 span { border-color: rgb(183,83,125); }

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