Html Css Color HEX #BF4877 Royal Heath

📋 copy color: '#BF4877'

red 191 ◦ green 72 ◦ blue 119

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

Shades of Royal Heath #BF4877

Tints of Royal Heath #BF4877

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.85%

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

R = 50%
G = 18.85%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BF4877 (or 0xBF4877) is known color: Royal Heath. HEX triplet: BF, 48 and 77. RGB value is (191,72,119). Sum of RGB (Red+Green+Blue) = 191+72+119=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 72 (28.52% from 255 or 18.85% from 382); Blue value is 119 (46.88% from 255 or 31.15% from 382); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4877 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4877 is #40B788. Grayscale: #707070. Windows color (decimal): -4241289 or 7817407. OLE color: 7817407.

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

Color convert

RGB 191 72 119 -
CMYK 0 0.62 0.38 0.25
HSL 336.3º 0.48% 0.52% -
HSV(B) 336.3º 0.62% 0.75% -
XYZ 27.13 17.04 19.31 -
YUV 112.94 131.42 183.68 -
System Red Green Blue C M Y K H S L
Decimal 191 72 119 0 0.62 0.38 0.25 336.3 0.48 0.52
Hex BF 48 77 0 3E 26 19 150 30 34
Octal 277 110 167 0 76 46 31 520 60 64
Binary 10111111 1001000 1110111 0 111110 100110 11001 101010000 110000 110100

Color Harmonies of #BF4877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4877

Black with #BF4877

Text Example


Text Example

White with #BF4877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4877; }

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

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

background-color css

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

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

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

border-color css

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

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

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