Html Css Color HEX #BF476E Royal Heath

📋 copy color: '#BF476E'

red 191 ◦ green 71 ◦ blue 110

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

Shades of Royal Heath #BF476E

Tints of Royal Heath #BF476E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.09%

 BLUE value IS 110 (43.36% from 255) = 29.57%

R = 51.34%
G = 19.09%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BF476E (or 0xBF476E) is known color: Royal Heath. HEX triplet: BF, 47 and 6E. RGB value is (191,71,110). Sum of RGB (Red+Green+Blue) = 191+71+110=372 (49% of max value = 765). Red value is 191 (75% from 255 or 51.34% from 372); Green value is 71 (28.12% from 255 or 19.09% from 372); Blue value is 110 (43.36% from 255 or 29.57% from 372); Max value from RGB is 191 - color contains mainly: red. Hex color #BF476E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF476E is #40B891. Grayscale: #6F6F6F. Windows color (decimal): -4241554 or 7227327. OLE color: 7227327.

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

Color convert

RGB 191 71 110 -
CMYK 0 0.63 0.42 0.25
HSL 340.5º 0.48% 0.51% -
HSV(B) 340.5º 0.63% 0.75% -
XYZ 26.55 16.71 16.58 -
YUV 111.33 127.26 184.83 -
System Red Green Blue C M Y K H S L
Decimal 191 71 110 0 0.63 0.42 0.25 340.5 0.48 0.51
Hex BF 47 6E 0 3F 2A 19 154 30 33
Octal 277 107 156 0 77 52 31 524 60 63
Binary 10111111 1000111 1101110 0 111111 101010 11001 101010100 110000 110011

Color Harmonies of #BF476E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF476E

Black with #BF476E

Text Example


Text Example

White with #BF476E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF476E; }

 p { color: rgb(191,71,110); }

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

background-color css

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

 a { background-color: rgb(191,71,110); }

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

border-color css

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

 span { border-color: rgb(191,71,110); }

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