#B75374

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

Shades of Royal Heath #B75374

Tints of Royal Heath #B75374

Color information

#B75374 (or 0xB75374) is unknown color: approx Royal Heath. HEX triplet: B7, 53 and 74. RGB value is (183,83,116). Sum of RGB (Red+Green+Blue) = 183+83+116=382 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.91% from 382); Green value is 83 (32.81% from 255 or 21.73% from 382); Blue value is 116 (45.70% from 255 or 30.37% from 382); Max value from RGB is 183 - color contains mainly: red. Hex color #B75374 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75374 is #48AC8B. Grayscale: #747474. Windows color (decimal): -4762764 or 7623607. OLE color: 7623607.

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

Color convert

RGB18383116-
CMYK00.550.370.28
HSL340.2º40.98%52.16%-
HSV(B)340.2º54.64%71.76%-
XYZ25.7717.5118.55-
YUV116.66127.63175.32-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.91%
GREEN value IS 83 (32.81% from 255) = 21.73%
BLUE value IS 116 (45.70% from 255) = 30.37%
R=47.91%
G=21.73%
B=30.37%

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
Decimal1838311600.550.370.28340.240.9852.16
HexB75374037251C1542934
Octal26712316406745345245164
Binary1011011110100111110100011011110010111100101010100101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75374; }

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

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

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

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

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

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

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

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