Html Css Color HEX #BF4673 Royal Heath

📋 copy color: '#BF4673'

red 191 ◦ green 70 ◦ blue 115

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

Shades of Royal Heath #BF4673

Tints of Royal Heath #BF4673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.59%

R = 50.8%
G = 18.62%
B = 30.59%

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

#BF4673 (or 0xBF4673) is known color: Royal Heath. HEX triplet: BF, 46 and 73. RGB value is (191,70,115). Sum of RGB (Red+Green+Blue) = 191+70+115=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 70 (27.73% from 255 or 18.62% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4673 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4673 is #40B98C. Grayscale: #6F6F6F. Windows color (decimal): -4241805 or 7554751. OLE color: 7554751.

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

Color convert

RGB 191 70 115 -
CMYK 0 0.63 0.40 0.25
HSL 337.69º 0.49% 0.51% -
HSV(B) 337.69º 0.63% 0.75% -
XYZ 26.77 16.69 18.03 -
YUV 111.31 130.09 184.84 -
System Red Green Blue C M Y K H S L
Decimal 191 70 115 0 0.63 0.40 0.25 337.69 0.49 0.51
Hex BF 46 73 0 3F 28 19 152 31 33
Octal 277 106 163 0 77 50 31 522 61 63
Binary 10111111 1000110 1110011 0 111111 101000 11001 101010010 110001 110011

Color Harmonies of #BF4673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4673

Black with #BF4673

Text Example


Text Example

White with #BF4673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4673; }

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

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

background-color css

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

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

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

border-color css

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

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

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