Html Css Color HEX #BF4E49 Sunset

📋 copy color: '#BF4E49'

red 191 ◦ green 78 ◦ blue 73

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

Shades of Sunset #BF4E49

Tints of Sunset #BF4E49

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.81%

 BLUE value IS 73 (28.91% from 255) = 21.35%

R = 55.85%
G = 22.81%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BF4E49 (or 0xBF4E49) is known color: Sunset. HEX triplet: BF, 4E and 49. RGB value is (191,78,73). Sum of RGB (Red+Green+Blue) = 191+78+73=342 (45% of max value = 765). Red value is 191 (75% from 255 or 55.85% from 342); Green value is 78 (30.86% from 255 or 22.81% from 342); Blue value is 73 (28.91% from 255 or 21.35% from 342); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4E49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF4E49 is #40B1B6. Grayscale: #6F6F6F. Windows color (decimal): -4239799 or 4804287. OLE color: 4804287.

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

Color convert

RGB 191 78 73 -
CMYK 0 0.59 0.62 0.25
HSL 2.54º 0.48% 0.52% -
HSV(B) 2.54º 0.62% 0.75% -
XYZ 25.41 17.01 8.25 -
YUV 111.22 106.44 184.91 -
System Red Green Blue C M Y K H S L
Decimal 191 78 73 0 0.59 0.62 0.25 2.54 0.48 0.52
Hex BF 4E 49 0 3B 3E 19 3 30 34
Octal 277 116 111 0 73 76 31 3 60 64
Binary 10111111 1001110 1001001 0 111011 111110 11001 11 110000 110100

Color Harmonies of #BF4E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4E49

Black with #BF4E49

Text Example


Text Example

White with #BF4E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4E49; }

 p { color: rgb(191,78,73); }

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

background-color css

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

 a { background-color: rgb(191,78,73); }

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

border-color css

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

 span { border-color: rgb(191,78,73); }

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