Html Css Color HEX #BF573D Flame Pea

📋 copy color: '#BF573D'

red 191 ◦ green 87 ◦ blue 61

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

Shades of Flame Pea #BF573D

Tints of Flame Pea #BF573D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.99%

R = 56.34%
G = 25.66%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BF573D (or 0xBF573D) is known color: Flame Pea. HEX triplet: BF, 57 and 3D. RGB value is (191,87,61). Sum of RGB (Red+Green+Blue) = 191+87+61=339 (44% of max value = 765). Red value is 191 (75% from 255 or 56.34% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 191 - color contains mainly: red. Hex color #BF573D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF573D is #40A8C2. Grayscale: #737373. Windows color (decimal): -4237507 or 4020159. OLE color: 4020159.

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

Color convert

RGB 191 87 61 -
CMYK 0 0.54 0.68 0.25
HSL 12º 0.52% 0.49% -
HSV(B) 12º 0.68% 0.75% -
XYZ 25.74 18.23 6.58 -
YUV 115.13 97.46 182.11 -
System Red Green Blue C M Y K H S L
Decimal 191 87 61 0 0.54 0.68 0.25 12 0.52 0.49
Hex BF 57 3D 0 36 44 19 C 34 31
Octal 277 127 75 0 66 104 31 14 64 61
Binary 10111111 1010111 111101 0 110110 1000100 11001 1100 110100 110001

Color Harmonies of #BF573D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF573D

Black with #BF573D

Text Example


Text Example

White with #BF573D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF573D; }

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

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

background-color css

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

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

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

border-color css

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

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

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