Html Css Color HEX #BF5543 Flame Pea

📋 copy color: '#BF5543'

red 191 ◦ green 85 ◦ blue 67

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

Shades of Flame Pea #BF5543

Tints of Flame Pea #BF5543

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.78%

 BLUE value IS 67 (26.56% from 255) = 19.53%

R = 55.69%
G = 24.78%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BF5543 (or 0xBF5543) is known color: Flame Pea. HEX triplet: BF, 55 and 43. RGB value is (191,85,67). Sum of RGB (Red+Green+Blue) = 191+85+67=343 (45% of max value = 765). Red value is 191 (75% from 255 or 55.69% from 343); Green value is 85 (33.59% from 255 or 24.78% from 343); Blue value is 67 (26.56% from 255 or 19.53% from 343); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5543 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5543 is #40AABC. Grayscale: #727272. Windows color (decimal): -4238013 or 4412863. OLE color: 4412863.

HSL color Cylindrical-coordinate representation of color #BF5543: hue angle of 8.71º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF5543 is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 85 67 -
CMYK 0 0.55 0.65 0.25
HSL 8.71º 0.49% 0.51% -
HSV(B) 8.71º 0.65% 0.75% -
XYZ 25.75 17.98 7.42 -
YUV 114.64 101.12 182.46 -
System Red Green Blue C M Y K H S L
Decimal 191 85 67 0 0.55 0.65 0.25 8.71 0.49 0.51
Hex BF 55 43 0 37 41 19 9 31 33
Octal 277 125 103 0 67 101 31 11 61 63
Binary 10111111 1010101 1000011 0 110111 1000001 11001 1001 110001 110011

Color Harmonies of #BF5543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5543

Black with #BF5543

Text Example


Text Example

White with #BF5543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5543; }

 p { color: rgb(191,85,67); }

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

background-color css

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

 a { background-color: rgb(191,85,67); }

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

border-color css

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

 span { border-color: rgb(191,85,67); }

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