Html Css Color HEX #BF5376 Royal Heath

📋 copy color: '#BF5376'

red 191 ◦ green 83 ◦ blue 118

#BF5376
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #BF5376

Tints of Royal Heath #BF5376

RGB

 RED value IS 191 (75% from 255) = 48.72%

 GREEN value IS 83 (32.81% from 255) = 21.17%

 BLUE value IS 118 (46.48% from 255) = 30.1%

R = 48.72%
G = 21.17%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BF5376 (or 0xBF5376) is known color: Royal Heath. HEX triplet: BF, 53 and 76. RGB value is (191,83,118). Sum of RGB (Red+Green+Blue) = 191+83+118=392 (51% of max value = 765). Red value is 191 (75% from 255 or 48.72% from 392); Green value is 83 (32.81% from 255 or 21.17% from 392); Blue value is 118 (46.48% from 255 or 30.10% from 392); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5376 is #40AC89. Grayscale: #777777. Windows color (decimal): -4238474 or 7754687. OLE color: 7754687.

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

Color convert

RGB 191 83 118 -
CMYK 0 0.57 0.38 0.25
HSL 340.56º 0.46% 0.54% -
HSV(B) 340.56º 0.57% 0.75% -
XYZ 27.85 18.57 19.26 -
YUV 119.28 127.28 179.15 -
System Red Green Blue C M Y K H S L
Decimal 191 83 118 0 0.57 0.38 0.25 340.56 0.46 0.54
Hex BF 53 76 0 39 26 19 155 2E 36
Octal 277 123 166 0 71 46 31 525 56 66
Binary 10111111 1010011 1110110 0 111001 100110 11001 101010101 101110 110110

Color Harmonies of #BF5376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5376

Black with #BF5376

Text Example


Text Example

White with #BF5376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5376; }

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

 H1.HeaderClassName
 {
   color: #BF5376;
 }
 .AnyTagClassName
 {
   color: #BF5376;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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