Html Css Color HEX #BF4D6F Royal Heath

📋 copy color: '#BF4D6F'

red 191 ◦ green 77 ◦ blue 111

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

Shades of Royal Heath #BF4D6F

Tints of Royal Heath #BF4D6F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.32%

 BLUE value IS 111 (43.75% from 255) = 29.29%

R = 50.4%
G = 20.32%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BF4D6F (or 0xBF4D6F) is known color: Royal Heath. HEX triplet: BF, 4D and 6F. RGB value is (191,77,111). Sum of RGB (Red+Green+Blue) = 191+77+111=379 (50% of max value = 765). Red value is 191 (75% from 255 or 50.40% from 379); Green value is 77 (30.47% from 255 or 20.32% from 379); Blue value is 111 (43.75% from 255 or 29.29% from 379); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF4D6F is #40B290. Grayscale: #727272. Windows color (decimal): -4240017 or 7294399. OLE color: 7294399.

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

Color convert

RGB 191 77 111 -
CMYK 0 0.60 0.42 0.25
HSL 342.11º 0.47% 0.53% -
HSV(B) 342.11º 0.6% 0.75% -
XYZ 27.01 17.53 17 -
YUV 114.96 125.77 182.24 -
System Red Green Blue C M Y K H S L
Decimal 191 77 111 0 0.60 0.42 0.25 342.11 0.47 0.53
Hex BF 4D 6F 0 3C 2A 19 156 2F 35
Octal 277 115 157 0 74 52 31 526 57 65
Binary 10111111 1001101 1101111 0 111100 101010 11001 101010110 101111 110101

Color Harmonies of #BF4D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4D6F

Black with #BF4D6F

Text Example


Text Example

White with #BF4D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4D6F; }

 p { color: rgb(191,77,111); }

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

background-color css

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

 a { background-color: rgb(191,77,111); }

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

border-color css

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

 span { border-color: rgb(191,77,111); }

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