#B75074

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

Shades of Royal Heath #B75074

Tints of Royal Heath #B75074

Color information

#B75074 (or 0xB75074) is unknown color: approx Royal Heath. HEX triplet: B7, 50 and 74. RGB value is (183,80,116). Sum of RGB (Red+Green+Blue) = 183+80+116=379 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.28% from 379); Green value is 80 (31.64% from 255 or 21.11% from 379); Blue value is 116 (45.70% from 255 or 30.61% from 379); Max value from RGB is 183 - color contains mainly: red. Hex color #B75074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75074 is #48AF8B. Grayscale: #727272. Windows color (decimal): -4763532 or 7622839. OLE color: 7622839.

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

Color convert

RGB18380116-
CMYK00.560.370.28
HSL339.03º41.7%51.57%-
HSV(B)339.03º56.28%71.76%-
XYZ25.5517.0718.47-
YUV114.9128.62176.57-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.28%
GREEN value IS 80 (31.64% from 255) = 21.11%
BLUE value IS 116 (45.70% from 255) = 30.61%
R=48.28%
G=21.11%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.37
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838011600.560.370.28339.0341.751.57
HexB75074038251C1532a34
Octal26712016407045345235264
Binary1011011110100001110100011100010010111100101010011101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75074; }

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

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

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

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

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

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

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

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