Html Css Color HEX #BF476F Royal Heath

📋 copy color: '#BF476F'

red 191 ◦ green 71 ◦ blue 111

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

Shades of Royal Heath #BF476F

Tints of Royal Heath #BF476F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.76%

R = 51.21%
G = 19.03%
B = 29.76%

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

#BF476F (or 0xBF476F) is known color: Royal Heath. HEX triplet: BF, 47 and 6F. RGB value is (191,71,111). Sum of RGB (Red+Green+Blue) = 191+71+111=373 (49% of max value = 765). Red value is 191 (75% from 255 or 51.21% from 373); Green value is 71 (28.12% from 255 or 19.03% from 373); Blue value is 111 (43.75% from 255 or 29.76% from 373); Max value from RGB is 191 - color contains mainly: red. Hex color #BF476F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF476F is #40B890. Grayscale: #6F6F6F. Windows color (decimal): -4241553 or 7292863. OLE color: 7292863.

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

Color convert

RGB 191 71 111 -
CMYK 0 0.63 0.42 0.25
HSL 340º 0.48% 0.51% -
HSV(B) 340º 0.63% 0.75% -
XYZ 26.61 16.73 16.87 -
YUV 111.44 127.76 184.75 -
System Red Green Blue C M Y K H S L
Decimal 191 71 111 0 0.63 0.42 0.25 340 0.48 0.51
Hex BF 47 6F 0 3F 2A 19 154 30 33
Octal 277 107 157 0 77 52 31 524 60 63
Binary 10111111 1000111 1101111 0 111111 101010 11001 101010100 110000 110011

Color Harmonies of #BF476F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF476F

Black with #BF476F

Text Example


Text Example

White with #BF476F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF476F; }

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

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

background-color css

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

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

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

border-color css

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

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

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