Html Css Color HEX #BF574A Flame Pea

📋 copy color: '#BF574A'

red 191 ◦ green 87 ◦ blue 74

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

Shades of Flame Pea #BF574A

Tints of Flame Pea #BF574A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.02%

R = 54.26%
G = 24.72%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BF574A (or 0xBF574A) is known color: Flame Pea. HEX triplet: BF, 57 and 4A. RGB value is (191,87,74). Sum of RGB (Red+Green+Blue) = 191+87+74=352 (46% of max value = 765). Red value is 191 (75% from 255 or 54.26% from 352); Green value is 87 (34.38% from 255 or 24.72% from 352); Blue value is 74 (29.30% from 255 or 21.02% from 352); Max value from RGB is 191 - color contains mainly: red. Hex color #BF574A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF574A is #40A8B5. Grayscale: #747474. Windows color (decimal): -4237494 or 4872127. OLE color: 4872127.

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

Color convert

RGB 191 87 74 -
CMYK 0 0.54 0.61 0.25
HSL 6.67º 0.48% 0.52% -
HSV(B) 6.67º 0.61% 0.75% -
XYZ 26.13 18.39 8.65 -
YUV 116.61 103.96 181.06 -
System Red Green Blue C M Y K H S L
Decimal 191 87 74 0 0.54 0.61 0.25 6.67 0.48 0.52
Hex BF 57 4A 0 36 3D 19 7 30 34
Octal 277 127 112 0 66 75 31 7 60 64
Binary 10111111 1010111 1001010 0 110110 111101 11001 111 110000 110100

Color Harmonies of #BF574A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF574A

Black with #BF574A

Text Example


Text Example

White with #BF574A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF574A; }

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

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

background-color css

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

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

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

border-color css

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

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

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