#B75279

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

Shades of Royal Heath #B75279

Tints of Royal Heath #B75279

Color information

#B75279 (or 0xB75279) is unknown color: approx Royal Heath. HEX triplet: B7, 52 and 79. RGB value is (183,82,121). Sum of RGB (Red+Green+Blue) = 183+82+121=386 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.41% from 386); Green value is 82 (32.42% from 255 or 21.24% from 386); Blue value is 121 (47.66% from 255 or 31.35% from 386); Max value from RGB is 183 - color contains mainly: red. Hex color #B75279 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75279 is #48AD86. Grayscale: #747474. Windows color (decimal): -4763015 or 7951031. OLE color: 7951031.

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

Color convert

RGB18382121-
CMYK00.550.340.28
HSL336.83º41.22%51.96%-
HSV(B)336.83º55.19%71.76%-
XYZ2617.4820.09-
YUV116.64130.46175.33-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.41%
GREEN value IS 82 (32.42% from 255) = 21.24%
BLUE value IS 121 (47.66% from 255) = 31.35%
R=47.41%
G=21.24%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838212100.550.340.28336.8341.2251.96
HexB75279037221C1512934
Octal26712217106742345215164
Binary1011011110100101111001011011110001011100101010001101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75279; }

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

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

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

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

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

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

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

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