Html Css Color HEX #BF4A74 Royal Heath

📋 copy color: '#BF4A74'

red 191 ◦ green 74 ◦ blue 116

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

Shades of Royal Heath #BF4A74

Tints of Royal Heath #BF4A74

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.42%

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

R = 50.13%
G = 19.42%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BF4A74 (or 0xBF4A74) is known color: Royal Heath. HEX triplet: BF, 4A and 74. RGB value is (191,74,116). Sum of RGB (Red+Green+Blue) = 191+74+116=381 (50% of max value = 765). Red value is 191 (75% from 255 or 50.13% from 381); Green value is 74 (29.30% from 255 or 19.42% from 381); Blue value is 116 (45.70% from 255 or 30.45% from 381); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4A74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4A74 is #40B58B. Grayscale: #717171. Windows color (decimal): -4240780 or 7621311. OLE color: 7621311.

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

Color convert

RGB 191 74 116 -
CMYK 0 0.61 0.39 0.25
HSL 338.46º 0.48% 0.52% -
HSV(B) 338.46º 0.61% 0.75% -
XYZ 27.09 17.23 18.42 -
YUV 113.77 129.26 183.08 -
System Red Green Blue C M Y K H S L
Decimal 191 74 116 0 0.61 0.39 0.25 338.46 0.48 0.52
Hex BF 4A 74 0 3D 27 19 152 30 34
Octal 277 112 164 0 75 47 31 522 60 64
Binary 10111111 1001010 1110100 0 111101 100111 11001 101010010 110000 110100

Color Harmonies of #BF4A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4A74

Black with #BF4A74

Text Example


Text Example

White with #BF4A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4A74; }

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

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

background-color css

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

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

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

border-color css

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

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

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