Html Css Color HEX #BF4672 Royal Heath

📋 copy color: '#BF4672'

red 191 ◦ green 70 ◦ blue 114

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

Shades of Royal Heath #BF4672

Tints of Royal Heath #BF4672

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.67%

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

R = 50.93%
G = 18.67%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BF4672 (or 0xBF4672) is known color: Royal Heath. HEX triplet: BF, 46 and 72. RGB value is (191,70,114). Sum of RGB (Red+Green+Blue) = 191+70+114=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 70 (27.73% from 255 or 18.67% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4672 is #40B98D. Grayscale: #6F6F6F. Windows color (decimal): -4241806 or 7489215. OLE color: 7489215.

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

Color convert

RGB 191 70 114 -
CMYK 0 0.63 0.40 0.25
HSL 338.18º 0.49% 0.51% -
HSV(B) 338.18º 0.63% 0.75% -
XYZ 26.71 16.67 17.73 -
YUV 111.2 129.59 184.92 -
System Red Green Blue C M Y K H S L
Decimal 191 70 114 0 0.63 0.40 0.25 338.18 0.49 0.51
Hex BF 46 72 0 3F 28 19 152 31 33
Octal 277 106 162 0 77 50 31 522 61 63
Binary 10111111 1000110 1110010 0 111111 101000 11001 101010010 110001 110011

Color Harmonies of #BF4672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4672

Black with #BF4672

Text Example


Text Example

White with #BF4672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4672; }

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

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

background-color css

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

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

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

border-color css

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

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

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