Html Css Color HEX #BF4670 Royal Heath

📋 copy color: '#BF4670'

red 191 ◦ green 70 ◦ blue 112

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

Shades of Royal Heath #BF4670

Tints of Royal Heath #BF4670

RGB

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

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

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

R = 51.21%
G = 18.77%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BF4670 (or 0xBF4670) is known color: Royal Heath. HEX triplet: BF, 46 and 70. RGB value is (191,70,112). Sum of RGB (Red+Green+Blue) = 191+70+112=373 (49% of max value = 765). Red value is 191 (75% from 255 or 51.21% from 373); Green value is 70 (27.73% from 255 or 18.77% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4670 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4670 is #40B98F. Grayscale: #6E6E6E. Windows color (decimal): -4241808 or 7358143. OLE color: 7358143.

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

Color convert

RGB 191 70 112 -
CMYK 0 0.63 0.41 0.25
HSL 339.17º 0.49% 0.51% -
HSV(B) 339.17º 0.63% 0.75% -
XYZ 26.6 16.63 17.14 -
YUV 110.97 128.59 185.08 -
System Red Green Blue C M Y K H S L
Decimal 191 70 112 0 0.63 0.41 0.25 339.17 0.49 0.51
Hex BF 46 70 0 3F 29 19 153 31 33
Octal 277 106 160 0 77 51 31 523 61 63
Binary 10111111 1000110 1110000 0 111111 101001 11001 101010011 110001 110011

Color Harmonies of #BF4670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4670

Black with #BF4670

Text Example


Text Example

White with #BF4670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4670; }

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

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

background-color css

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

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

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

border-color css

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

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

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