#B75077

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

Shades of Royal Heath #B75077

Tints of Royal Heath #B75077

Color information

#B75077 (or 0xB75077) is unknown color: approx Royal Heath. HEX triplet: B7, 50 and 77. RGB value is (183,80,119). Sum of RGB (Red+Green+Blue) = 183+80+119=382 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.91% from 382); Green value is 80 (31.64% from 255 or 20.94% from 382); Blue value is 119 (46.88% from 255 or 31.15% from 382); Max value from RGB is 183 - color contains mainly: red. Hex color #B75077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75077 is #48AF88. Grayscale: #737373. Windows color (decimal): -4763529 or 7819447. OLE color: 7819447.

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

Color convert

RGB18380119-
CMYK00.560.350.28
HSL337.28º41.7%51.57%-
HSV(B)337.28º56.28%71.76%-
XYZ25.7317.1419.4-
YUV115.24130.12176.33-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.91%
GREEN value IS 80 (31.64% from 255) = 20.94%
BLUE value IS 119 (46.88% from 255) = 31.15%
R=47.91%
G=20.94%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838011900.560.350.28337.2841.751.57
HexB75077038231C1512a34
Octal26712016707043345215264
Binary1011011110100001110111011100010001111100101010001101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75077; }

 p { color: rgb(183,80,119); }

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

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

 a { background-color: rgb(183,80,119); }

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

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

 span { border-color: rgb(183,80,119); }

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