Html Css Color HEX #BF4476 Royal Heath

📋 copy color: '#BF4476'

red 191 ◦ green 68 ◦ blue 118

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

Shades of Royal Heath #BF4476

Tints of Royal Heath #BF4476

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.04%

 BLUE value IS 118 (46.48% from 255) = 31.3%

R = 50.66%
G = 18.04%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BF4476 (or 0xBF4476) is known color: Royal Heath. HEX triplet: BF, 44 and 76. RGB value is (191,68,118). Sum of RGB (Red+Green+Blue) = 191+68+118=377 (49% of max value = 765). Red value is 191 (75% from 255 or 50.66% from 377); Green value is 68 (26.95% from 255 or 18.04% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4476 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4476 is #40BB89. Grayscale: #6E6E6E. Windows color (decimal): -4242314 or 7750847. OLE color: 7750847.

HSL color Cylindrical-coordinate representation of color #BF4476: hue angle of 335.61º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF4476 is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 68 118 -
CMYK 0 0.64 0.38 0.25
HSL 335.61º 0.49% 0.51% -
HSV(B) 335.61º 0.64% 0.75% -
XYZ 26.82 16.52 18.91 -
YUV 110.48 132.25 185.43 -
System Red Green Blue C M Y K H S L
Decimal 191 68 118 0 0.64 0.38 0.25 335.61 0.49 0.51
Hex BF 44 76 0 40 26 19 150 31 33
Octal 277 104 166 0 100 46 31 520 61 63
Binary 10111111 1000100 1110110 0 1000000 100110 11001 101010000 110001 110011

Color Harmonies of #BF4476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4476

Black with #BF4476

Text Example


Text Example

White with #BF4476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4476; }

 p { color: rgb(191,68,118); }

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

background-color css

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

 a { background-color: rgb(191,68,118); }

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

border-color css

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

 span { border-color: rgb(191,68,118); }

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