Html Css Color HEX #BF4C74 Royal Heath

📋 copy color: '#BF4C74'

red 191 ◦ green 76 ◦ blue 116

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

Shades of Royal Heath #BF4C74

Tints of Royal Heath #BF4C74

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.84%

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

R = 49.87%
G = 19.84%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BF4C74 (or 0xBF4C74) is known color: Royal Heath. HEX triplet: BF, 4C and 74. RGB value is (191,76,116). Sum of RGB (Red+Green+Blue) = 191+76+116=383 (50% of max value = 765). Red value is 191 (75% from 255 or 49.87% from 383); Green value is 76 (30.08% from 255 or 19.84% from 383); Blue value is 116 (45.70% from 255 or 30.29% from 383); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4C74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4C74 is #40B38B. Grayscale: #727272. Windows color (decimal): -4240268 or 7621823. OLE color: 7621823.

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

Color convert

RGB 191 76 116 -
CMYK 0 0.60 0.39 0.25
HSL 339.13º 0.47% 0.52% -
HSV(B) 339.13º 0.6% 0.75% -
XYZ 27.22 17.51 18.47 -
YUV 114.95 128.6 182.25 -
System Red Green Blue C M Y K H S L
Decimal 191 76 116 0 0.60 0.39 0.25 339.13 0.47 0.52
Hex BF 4C 74 0 3C 27 19 153 2F 34
Octal 277 114 164 0 74 47 31 523 57 64
Binary 10111111 1001100 1110100 0 111100 100111 11001 101010011 101111 110100

Color Harmonies of #BF4C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4C74

Black with #BF4C74

Text Example


Text Example

White with #BF4C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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