#B75372

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

Shades of Royal Heath #B75372

Tints of Royal Heath #B75372

Color information

#B75372 (or 0xB75372) is unknown color: approx Royal Heath. HEX triplet: B7, 53 and 72. RGB value is (183,83,114). Sum of RGB (Red+Green+Blue) = 183+83+114=380 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.16% from 380); Green value is 83 (32.81% from 255 or 21.84% from 380); Blue value is 114 (44.92% from 255 or 30% from 380); Max value from RGB is 183 - color contains mainly: red. Hex color #B75372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75372 is #48AC8D. Grayscale: #747474. Windows color (decimal): -4762766 or 7492535. OLE color: 7492535.

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

Color convert

RGB18383114-
CMYK00.550.380.28
HSL341.4º40.98%52.16%-
HSV(B)341.4º54.64%71.76%-
XYZ25.6617.4717.94-
YUV116.43126.63175.48-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.16%
GREEN value IS 83 (32.81% from 255) = 21.84%
BLUE value IS 114 (44.92% from 255) = 30%
R=48.16%
G=21.84%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838311400.550.380.28341.440.9852.16
HexB75372037261C1552934
Octal26712316206746345255164
Binary1011011110100111110010011011110011011100101010101101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75372; }

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

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

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

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

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

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

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

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