Html Css Color HEX #BF4C76 Royal Heath

📋 copy color: '#BF4C76'

red 191 ◦ green 76 ◦ blue 118

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

Shades of Royal Heath #BF4C76

Tints of Royal Heath #BF4C76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.65%

R = 49.61%
G = 19.74%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BF4C76 (or 0xBF4C76) is known color: Royal Heath. HEX triplet: BF, 4C and 76. RGB value is (191,76,118). Sum of RGB (Red+Green+Blue) = 191+76+118=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 76 (30.08% from 255 or 19.74% from 385); Blue value is 118 (46.48% from 255 or 30.65% from 385); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4C76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4C76 is #40B389. Grayscale: #737373. Windows color (decimal): -4240266 or 7752895. OLE color: 7752895.

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

Color convert

RGB 191 76 118 -
CMYK 0 0.60 0.38 0.25
HSL 338.09º 0.47% 0.52% -
HSV(B) 338.09º 0.6% 0.75% -
XYZ 27.34 17.55 19.09 -
YUV 115.17 129.6 182.08 -
System Red Green Blue C M Y K H S L
Decimal 191 76 118 0 0.60 0.38 0.25 338.09 0.47 0.52
Hex BF 4C 76 0 3C 26 19 152 2F 34
Octal 277 114 166 0 74 46 31 522 57 64
Binary 10111111 1001100 1110110 0 111100 100110 11001 101010010 101111 110100

Color Harmonies of #BF4C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4C76

Black with #BF4C76

Text Example


Text Example

White with #BF4C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4C76; }

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

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

background-color css

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

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

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

border-color css

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

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

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