Html Css Color HEX #BF4472 Royal Heath

📋 copy color: '#BF4472'

red 191 ◦ green 68 ◦ blue 114

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

Shades of Royal Heath #BF4472

Tints of Royal Heath #BF4472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.56%

R = 51.21%
G = 18.23%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BF4472 (or 0xBF4472) is known color: Royal Heath. HEX triplet: BF, 44 and 72. RGB value is (191,68,114). Sum of RGB (Red+Green+Blue) = 191+68+114=373 (49% of max value = 765). Red value is 191 (75% from 255 or 51.21% from 373); Green value is 68 (26.95% from 255 or 18.23% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4472 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4472 is #40BB8D. Grayscale: #6D6D6D. Windows color (decimal): -4242318 or 7488703. OLE color: 7488703.

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

Color convert

RGB 191 68 114 -
CMYK 0 0.64 0.40 0.25
HSL 337.56º 0.49% 0.51% -
HSV(B) 337.56º 0.64% 0.75% -
XYZ 26.59 16.43 17.69 -
YUV 110.02 130.25 185.76 -
System Red Green Blue C M Y K H S L
Decimal 191 68 114 0 0.64 0.40 0.25 337.56 0.49 0.51
Hex BF 44 72 0 40 28 19 152 31 33
Octal 277 104 162 0 100 50 31 522 61 63
Binary 10111111 1000100 1110010 0 1000000 101000 11001 101010010 110001 110011

Color Harmonies of #BF4472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4472

Black with #BF4472

Text Example


Text Example

White with #BF4472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4472; }

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

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

background-color css

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

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

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

border-color css

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

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

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