Html Css Color HEX #BF573F Flame Pea

📋 copy color: '#BF573F'

red 191 ◦ green 87 ◦ blue 63

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

Shades of Flame Pea #BF573F

Tints of Flame Pea #BF573F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.51%

 BLUE value IS 63 (25% from 255) = 18.48%

R = 56.01%
G = 25.51%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BF573F (or 0xBF573F) is known color: Flame Pea. HEX triplet: BF, 57 and 3F. RGB value is (191,87,63). Sum of RGB (Red+Green+Blue) = 191+87+63=341 (45% of max value = 765). Red value is 191 (75% from 255 or 56.01% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 63 (25% from 255 or 18.48% from 341); Max value from RGB is 191 - color contains mainly: red. Hex color #BF573F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF573F is #40A8C0. Grayscale: #737373. Windows color (decimal): -4237505 or 4151231. OLE color: 4151231.

HSL color Cylindrical-coordinate representation of color #BF573F: hue angle of 11.25º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BF573F is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 87 63 -
CMYK 0 0.54 0.67 0.25
HSL 11.25º 0.5% 0.5% -
HSV(B) 11.25º 0.67% 0.75% -
XYZ 25.79 18.25 6.87 -
YUV 115.36 98.46 181.95 -
System Red Green Blue C M Y K H S L
Decimal 191 87 63 0 0.54 0.67 0.25 11.25 0.5 0.5
Hex BF 57 3F 0 36 43 19 B 32 32
Octal 277 127 77 0 66 103 31 13 62 62
Binary 10111111 1010111 111111 0 110110 1000011 11001 1011 110010 110010

Color Harmonies of #BF573F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF573F

Black with #BF573F

Text Example


Text Example

White with #BF573F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF573F; }

 p { color: rgb(191,87,63); }

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

background-color css

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

 a { background-color: rgb(191,87,63); }

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

border-color css

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

 span { border-color: rgb(191,87,63); }

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