Html Css Color HEX #BF5073 Royal Heath

📋 copy color: '#BF5073'

red 191 ◦ green 80 ◦ blue 115

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

Shades of Royal Heath #BF5073

Tints of Royal Heath #BF5073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 29.79%

R = 49.48%
G = 20.73%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BF5073 (or 0xBF5073) is known color: Royal Heath. HEX triplet: BF, 50 and 73. RGB value is (191,80,115). Sum of RGB (Red+Green+Blue) = 191+80+115=386 (51% of max value = 765). Red value is 191 (75% from 255 or 49.48% from 386); Green value is 80 (31.64% from 255 or 20.73% from 386); Blue value is 115 (45.31% from 255 or 29.79% from 386); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5073 is #40AF8C. Grayscale: #757575. Windows color (decimal): -4239245 or 7557311. OLE color: 7557311.

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

Color convert

RGB 191 80 115 -
CMYK 0 0.58 0.40 0.25
HSL 341.08º 0.46% 0.53% -
HSV(B) 341.08º 0.58% 0.75% -
XYZ 27.45 18.05 18.26 -
YUV 117.18 126.77 180.65 -
System Red Green Blue C M Y K H S L
Decimal 191 80 115 0 0.58 0.40 0.25 341.08 0.46 0.53
Hex BF 50 73 0 3A 28 19 155 2E 35
Octal 277 120 163 0 72 50 31 525 56 65
Binary 10111111 1010000 1110011 0 111010 101000 11001 101010101 101110 110101

Color Harmonies of #BF5073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5073

Black with #BF5073

Text Example


Text Example

White with #BF5073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5073; }

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

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

background-color css

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

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

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

border-color css

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

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

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