Html Css Color HEX #BF4572 Royal Heath

📋 copy color: '#BF4572'

red 191 ◦ green 69 ◦ blue 114

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

Shades of Royal Heath #BF4572

Tints of Royal Heath #BF4572

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.45%

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

R = 51.07%
G = 18.45%
B = 30.48%

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

#BF4572 (or 0xBF4572) is known color: Royal Heath. HEX triplet: BF, 45 and 72. RGB value is (191,69,114). Sum of RGB (Red+Green+Blue) = 191+69+114=374 (49% of max value = 765). Red value is 191 (75% from 255 or 51.07% from 374); Green value is 69 (27.34% from 255 or 18.45% from 374); Blue value is 114 (44.92% from 255 or 30.48% from 374); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4572 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4572 is #40BA8D. Grayscale: #6E6E6E. Windows color (decimal): -4242062 or 7488959. OLE color: 7488959.

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

Color convert

RGB 191 69 114 -
CMYK 0 0.64 0.40 0.25
HSL 337.87º 0.49% 0.51% -
HSV(B) 337.87º 0.64% 0.75% -
XYZ 26.65 16.55 17.71 -
YUV 110.61 129.92 185.34 -
System Red Green Blue C M Y K H S L
Decimal 191 69 114 0 0.64 0.40 0.25 337.87 0.49 0.51
Hex BF 45 72 0 40 28 19 152 31 33
Octal 277 105 162 0 100 50 31 522 61 63
Binary 10111111 1000101 1110010 0 1000000 101000 11001 101010010 110001 110011

Color Harmonies of #BF4572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4572

Black with #BF4572

Text Example


Text Example

White with #BF4572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4572; }

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

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

background-color css

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

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

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

border-color css

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

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

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