Html Css Color HEX #BF5249 Sunset

📋 copy color: '#BF5249'

red 191 ◦ green 82 ◦ blue 73

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

Shades of Sunset #BF5249

Tints of Sunset #BF5249

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.7%

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

R = 55.2%
G = 23.7%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BF5249 (or 0xBF5249) is known color: Sunset. HEX triplet: BF, 52 and 49. RGB value is (191,82,73). Sum of RGB (Red+Green+Blue) = 191+82+73=346 (45% of max value = 765). Red value is 191 (75% from 255 or 55.20% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5249 is #40ADB6. Grayscale: #717171. Windows color (decimal): -4238775 or 4805311. OLE color: 4805311.

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

Color convert

RGB 191 82 73 -
CMYK 0 0.57 0.62 0.25
HSL 4.58º 0.48% 0.52% -
HSV(B) 4.58º 0.62% 0.75% -
XYZ 25.71 17.59 8.34 -
YUV 113.57 105.11 183.23 -
System Red Green Blue C M Y K H S L
Decimal 191 82 73 0 0.57 0.62 0.25 4.58 0.48 0.52
Hex BF 52 49 0 39 3E 19 5 30 34
Octal 277 122 111 0 71 76 31 5 60 64
Binary 10111111 1010010 1001001 0 111001 111110 11001 101 110000 110100

Color Harmonies of #BF5249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5249

Black with #BF5249

Text Example


Text Example

White with #BF5249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5249; }

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

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

background-color css

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

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

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

border-color css

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

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

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