#BF5375

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

Shades of Royal Heath #BF5375

Tints of Royal Heath #BF5375

Color information

#BF5375 (or 0xBF5375) is unknown color: approx Royal Heath. HEX triplet: BF, 53 and 75. RGB value is (191,83,117). Sum of RGB (Red+Green+Blue) = 191+83+117=391 (51% of max value = 765). Red value is 191 (75% from 255 or 48.85% from 391); Green value is 83 (32.81% from 255 or 21.23% from 391); Blue value is 117 (46.09% from 255 or 29.92% from 391); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5375 is #40AC8A. Grayscale: #777777. Windows color (decimal): -4238475 or 7689151. OLE color: 7689151.

HSL color Cylindrical-coordinate representation of color #BF5375: hue angle of 341.11º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF5375 is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB19183117-
CMYK00.570.390.25
HSL341.11º45.76%53.73%-
HSV(B)341.11º56.54%74.9%-
XYZ27.7918.5518.94-
YUV119.17126.78179.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.85%
GREEN value IS 83 (32.81% from 255) = 21.23%
BLUE value IS 117 (46.09% from 255) = 29.92%
R=48.85%
G=21.23%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918311700.570.390.25341.1145.7653.73
HexBF537503927191552e36
Octal27712316507147315255666
Binary1011111110100111110101011100110011111001101010101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5375; }

 p { color: rgb(191,83,117); }

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

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

 a { background-color: rgb(191,83,117); }

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

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

 span { border-color: rgb(191,83,117); }

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