#B75274

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

Shades of Royal Heath #B75274

Tints of Royal Heath #B75274

Color information

#B75274 (or 0xB75274) is unknown color: approx Royal Heath. HEX triplet: B7, 52 and 74. RGB value is (183,82,116). Sum of RGB (Red+Green+Blue) = 183+82+116=381 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.03% from 381); Green value is 82 (32.42% from 255 or 21.52% from 381); Blue value is 116 (45.70% from 255 or 30.45% from 381); Max value from RGB is 183 - color contains mainly: red. Hex color #B75274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75274 is #48AD8B. Grayscale: #747474. Windows color (decimal): -4763020 or 7623351. OLE color: 7623351.

HSL color Cylindrical-coordinate representation of color #B75274: hue angle of 339.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 #B75274 is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.28.

Color convert

RGB18382116-
CMYK00.550.370.28
HSL339.8º41.22%51.96%-
HSV(B)339.8º55.19%71.76%-
XYZ25.717.3618.52-
YUV116.08127.96175.74-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.03%
GREEN value IS 82 (32.42% from 255) = 21.52%
BLUE value IS 116 (45.70% from 255) = 30.45%
R=48.03%
G=21.52%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.37
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838211600.550.370.28339.841.2251.96
HexB75274037251C1542934
Octal26712216406745345245164
Binary1011011110100101110100011011110010111100101010100101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75274; }

 p { color: rgb(183,82,116); }

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

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

 a { background-color: rgb(183,82,116); }

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

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

 span { border-color: rgb(183,82,116); }

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