Html Css Color HEX #BF4677 Royal Heath

📋 copy color: '#BF4677'

red 191 ◦ green 70 ◦ blue 119

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

Shades of Royal Heath #BF4677

Tints of Royal Heath #BF4677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.32%

R = 50.26%
G = 18.42%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BF4677 (or 0xBF4677) is known color: Royal Heath. HEX triplet: BF, 46 and 77. RGB value is (191,70,119). Sum of RGB (Red+Green+Blue) = 191+70+119=380 (50% of max value = 765). Red value is 191 (75% from 255 or 50.26% from 380); Green value is 70 (27.73% from 255 or 18.42% from 380); Blue value is 119 (46.88% from 255 or 31.32% from 380); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4677 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4677 is #40B988. Grayscale: #6F6F6F. Windows color (decimal): -4241801 or 7816895. OLE color: 7816895.

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

Color convert

RGB 191 70 119 -
CMYK 0 0.63 0.38 0.25
HSL 335.7º 0.49% 0.51% -
HSV(B) 335.7º 0.63% 0.75% -
XYZ 27.01 16.79 19.27 -
YUV 111.77 132.09 184.52 -
System Red Green Blue C M Y K H S L
Decimal 191 70 119 0 0.63 0.38 0.25 335.7 0.49 0.51
Hex BF 46 77 0 3F 26 19 150 31 33
Octal 277 106 167 0 77 46 31 520 61 63
Binary 10111111 1000110 1110111 0 111111 100110 11001 101010000 110001 110011

Color Harmonies of #BF4677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4677

Black with #BF4677

Text Example


Text Example

White with #BF4677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4677; }

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

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

background-color css

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

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

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

border-color css

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

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

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