Html Css Color HEX #BF4A70 Royal Heath

📋 copy color: '#BF4A70'

red 191 ◦ green 74 ◦ blue 112

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

Shades of Royal Heath #BF4A70

Tints of Royal Heath #BF4A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.71%

R = 50.66%
G = 19.63%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BF4A70 (or 0xBF4A70) is known color: Royal Heath. HEX triplet: BF, 4A and 70. RGB value is (191,74,112). Sum of RGB (Red+Green+Blue) = 191+74+112=377 (49% of max value = 765). Red value is 191 (75% from 255 or 50.66% from 377); Green value is 74 (29.30% from 255 or 19.63% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4A70 is #40B58F. Grayscale: #717171. Windows color (decimal): -4240784 or 7359167. OLE color: 7359167.

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

Color convert

RGB 191 74 112 -
CMYK 0 0.61 0.41 0.25
HSL 340.51º 0.48% 0.52% -
HSV(B) 340.51º 0.61% 0.75% -
XYZ 26.86 17.14 17.22 -
YUV 113.32 127.26 183.41 -
System Red Green Blue C M Y K H S L
Decimal 191 74 112 0 0.61 0.41 0.25 340.51 0.48 0.52
Hex BF 4A 70 0 3D 29 19 155 30 34
Octal 277 112 160 0 75 51 31 525 60 64
Binary 10111111 1001010 1110000 0 111101 101001 11001 101010101 110000 110100

Color Harmonies of #BF4A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4A70

Black with #BF4A70

Text Example


Text Example

White with #BF4A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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