Html Css Color HEX #BF4973 Royal Heath

📋 copy color: '#BF4973'

red 191 ◦ green 73 ◦ blue 115

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

Shades of Royal Heath #BF4973

Tints of Royal Heath #BF4973

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.26%

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

R = 50.4%
G = 19.26%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BF4973 (or 0xBF4973) is known color: Royal Heath. HEX triplet: BF, 49 and 73. RGB value is (191,73,115). Sum of RGB (Red+Green+Blue) = 191+73+115=379 (50% of max value = 765). Red value is 191 (75% from 255 or 50.40% from 379); Green value is 73 (28.91% from 255 or 19.26% from 379); Blue value is 115 (45.31% from 255 or 30.34% from 379); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4973 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4973 is #40B68C. Grayscale: #717171. Windows color (decimal): -4241037 or 7555519. OLE color: 7555519.

HSL color Cylindrical-coordinate representation of color #BF4973: hue angle of 338.64º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BF4973 is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 73 115 -
CMYK 0 0.62 0.40 0.25
HSL 338.64º 0.48% 0.52% -
HSV(B) 338.64º 0.62% 0.75% -
XYZ 26.96 17.08 18.1 -
YUV 113.07 129.09 183.58 -
System Red Green Blue C M Y K H S L
Decimal 191 73 115 0 0.62 0.40 0.25 338.64 0.48 0.52
Hex BF 49 73 0 3E 28 19 153 30 34
Octal 277 111 163 0 76 50 31 523 60 64
Binary 10111111 1001001 1110011 0 111110 101000 11001 101010011 110000 110100

Color Harmonies of #BF4973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4973

Black with #BF4973

Text Example


Text Example

White with #BF4973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4973; }

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

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

background-color css

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

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

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

border-color css

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

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

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