Html Css Color HEX #BF4470 Royal Heath

📋 copy color: '#BF4470'

red 191 ◦ green 68 ◦ blue 112

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

Shades of Royal Heath #BF4470

Tints of Royal Heath #BF4470

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.33%

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

R = 51.48%
G = 18.33%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BF4470 (or 0xBF4470) is known color: Royal Heath. HEX triplet: BF, 44 and 70. RGB value is (191,68,112). Sum of RGB (Red+Green+Blue) = 191+68+112=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 68 (26.95% from 255 or 18.33% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4470 is #40BB8F. Grayscale: #6D6D6D. Windows color (decimal): -4242320 or 7357631. OLE color: 7357631.

HSL color Cylindrical-coordinate representation of color #BF4470: hue angle of 338.54º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF4470 is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 68 112 -
CMYK 0 0.64 0.41 0.25
HSL 338.54º 0.49% 0.51% -
HSV(B) 338.54º 0.64% 0.75% -
XYZ 26.48 16.38 17.1 -
YUV 109.79 129.25 185.92 -
System Red Green Blue C M Y K H S L
Decimal 191 68 112 0 0.64 0.41 0.25 338.54 0.49 0.51
Hex BF 44 70 0 40 29 19 153 31 33
Octal 277 104 160 0 100 51 31 523 61 63
Binary 10111111 1000100 1110000 0 1000000 101001 11001 101010011 110001 110011

Color Harmonies of #BF4470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4470

Black with #BF4470

Text Example


Text Example

White with #BF4470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4470; }

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

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

background-color css

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

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

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

border-color css

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

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

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