Html Css Color HEX #BF4974 Royal Heath

📋 copy color: '#BF4974'

red 191 ◦ green 73 ◦ blue 116

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

Shades of Royal Heath #BF4974

Tints of Royal Heath #BF4974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.53%

R = 50.26%
G = 19.21%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BF4974 (or 0xBF4974) is known color: Royal Heath. HEX triplet: BF, 49 and 74. RGB value is (191,73,116). Sum of RGB (Red+Green+Blue) = 191+73+116=380 (50% of max value = 765). Red value is 191 (75% from 255 or 50.26% from 380); Green value is 73 (28.91% from 255 or 19.21% from 380); Blue value is 116 (45.70% from 255 or 30.53% from 380); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4974 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4974 is #40B68B. Grayscale: #717171. Windows color (decimal): -4241036 or 7621055. OLE color: 7621055.

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

Color convert

RGB 191 73 116 -
CMYK 0 0.62 0.39 0.25
HSL 338.14º 0.48% 0.52% -
HSV(B) 338.14º 0.62% 0.75% -
XYZ 27.02 17.1 18.4 -
YUV 113.18 129.59 183.5 -
System Red Green Blue C M Y K H S L
Decimal 191 73 116 0 0.62 0.39 0.25 338.14 0.48 0.52
Hex BF 49 74 0 3E 27 19 152 30 34
Octal 277 111 164 0 76 47 31 522 60 64
Binary 10111111 1001001 1110100 0 111110 100111 11001 101010010 110000 110100

Color Harmonies of #BF4974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4974

Black with #BF4974

Text Example


Text Example

White with #BF4974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4974; }

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

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

background-color css

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

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

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

border-color css

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

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

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