Html Css Color HEX #BF5247 Sunset

📋 copy color: '#BF5247'

red 191 ◦ green 82 ◦ blue 71

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

Shades of Sunset #BF5247

Tints of Sunset #BF5247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 20.64%

R = 55.52%
G = 23.84%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BF5247 (or 0xBF5247) is known color: Sunset. HEX triplet: BF, 52 and 47. RGB value is (191,82,71). Sum of RGB (Red+Green+Blue) = 191+82+71=344 (45% of max value = 765). Red value is 191 (75% from 255 or 55.52% from 344); Green value is 82 (32.42% from 255 or 23.84% from 344); Blue value is 71 (28.12% from 255 or 20.64% from 344); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5247 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5247 is #40ADB8. Grayscale: #717171. Windows color (decimal): -4238777 or 4674239. OLE color: 4674239.

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

Color convert

RGB 191 82 71 -
CMYK 0 0.57 0.63 0.25
HSL 5.5º 0.48% 0.51% -
HSV(B) 5.5º 0.63% 0.75% -
XYZ 25.64 17.57 8 -
YUV 113.34 104.11 183.39 -
System Red Green Blue C M Y K H S L
Decimal 191 82 71 0 0.57 0.63 0.25 5.5 0.48 0.51
Hex BF 52 47 0 39 3F 19 6 30 33
Octal 277 122 107 0 71 77 31 6 60 63
Binary 10111111 1010010 1000111 0 111001 111111 11001 110 110000 110011

Color Harmonies of #BF5247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5247

Black with #BF5247

Text Example


Text Example

White with #BF5247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5247; }

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

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

background-color css

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

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

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

border-color css

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

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

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