Html Css Color HEX #BF5746 Flame Pea

📋 copy color: '#BF5746'

red 191 ◦ green 87 ◦ blue 70

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

Shades of Flame Pea #BF5746

Tints of Flame Pea #BF5746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.11%

R = 54.89%
G = 25%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BF5746 (or 0xBF5746) is known color: Flame Pea. HEX triplet: BF, 57 and 46. RGB value is (191,87,70). Sum of RGB (Red+Green+Blue) = 191+87+70=348 (46% of max value = 765). Red value is 191 (75% from 255 or 54.89% from 348); Green value is 87 (34.38% from 255 or 25% from 348); Blue value is 70 (27.73% from 255 or 20.11% from 348); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5746 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5746 is #40A8B9. Grayscale: #747474. Windows color (decimal): -4237498 or 4609983. OLE color: 4609983.

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

Color convert

RGB 191 87 70 -
CMYK 0 0.54 0.63 0.25
HSL 8.43º 0.49% 0.51% -
HSV(B) 8.43º 0.63% 0.75% -
XYZ 26 18.33 7.96 -
YUV 116.16 101.96 181.38 -
System Red Green Blue C M Y K H S L
Decimal 191 87 70 0 0.54 0.63 0.25 8.43 0.49 0.51
Hex BF 57 46 0 36 3F 19 8 31 33
Octal 277 127 106 0 66 77 31 10 61 63
Binary 10111111 1010111 1000110 0 110110 111111 11001 1000 110001 110011

Color Harmonies of #BF5746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5746

Black with #BF5746

Text Example


Text Example

White with #BF5746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5746; }

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

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

background-color css

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

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

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

border-color css

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

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

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