Html Css Color HEX #BF476D Royal Heath

📋 copy color: '#BF476D'

red 191 ◦ green 71 ◦ blue 109

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

Shades of Royal Heath #BF476D

Tints of Royal Heath #BF476D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.38%

R = 51.48%
G = 19.14%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BF476D (or 0xBF476D) is known color: Royal Heath. HEX triplet: BF, 47 and 6D. RGB value is (191,71,109). Sum of RGB (Red+Green+Blue) = 191+71+109=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BF476D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF476D is #40B892. Grayscale: #6F6F6F. Windows color (decimal): -4241555 or 7161791. OLE color: 7161791.

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

Color convert

RGB 191 71 109 -
CMYK 0 0.63 0.43 0.25
HSL 341º 0.48% 0.51% -
HSV(B) 341º 0.63% 0.75% -
XYZ 26.5 16.69 16.29 -
YUV 111.21 126.76 184.91 -
System Red Green Blue C M Y K H S L
Decimal 191 71 109 0 0.63 0.43 0.25 341 0.48 0.51
Hex BF 47 6D 0 3F 2B 19 155 30 33
Octal 277 107 155 0 77 53 31 525 60 63
Binary 10111111 1000111 1101101 0 111111 101011 11001 101010101 110000 110011

Color Harmonies of #BF476D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF476D

Black with #BF476D

Text Example


Text Example

White with #BF476D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF476D; }

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

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

background-color css

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

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

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

border-color css

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

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

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