Html Css Color HEX #BF5076 Royal Heath

📋 copy color: '#BF5076'

red 191 ◦ green 80 ◦ blue 118

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

Shades of Royal Heath #BF5076

Tints of Royal Heath #BF5076

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.57%

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

R = 49.1%
G = 20.57%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BF5076 (or 0xBF5076) is known color: Royal Heath. HEX triplet: BF, 50 and 76. RGB value is (191,80,118). Sum of RGB (Red+Green+Blue) = 191+80+118=389 (51% of max value = 765). Red value is 191 (75% from 255 or 49.10% from 389); Green value is 80 (31.64% from 255 or 20.57% from 389); Blue value is 118 (46.48% from 255 or 30.33% from 389); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5076 is #40AF89. Grayscale: #757575. Windows color (decimal): -4239242 or 7753919. OLE color: 7753919.

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

Color convert

RGB 191 80 118 -
CMYK 0 0.58 0.38 0.25
HSL 339.46º 0.46% 0.53% -
HSV(B) 339.46º 0.58% 0.75% -
XYZ 27.62 18.12 19.18 -
YUV 117.52 128.27 180.41 -
System Red Green Blue C M Y K H S L
Decimal 191 80 118 0 0.58 0.38 0.25 339.46 0.46 0.53
Hex BF 50 76 0 3A 26 19 153 2E 35
Octal 277 120 166 0 72 46 31 523 56 65
Binary 10111111 1010000 1110110 0 111010 100110 11001 101010011 101110 110101

Color Harmonies of #BF5076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5076

Black with #BF5076

Text Example


Text Example

White with #BF5076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5076; }

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

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

background-color css

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

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

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

border-color css

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

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

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