Html Css Color HEX #BF5E3E Flame Pea

📋 copy color: '#BF5E3E'

red 191 ◦ green 94 ◦ blue 62

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

Shades of Flame Pea #BF5E3E

Tints of Flame Pea #BF5E3E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.09%

 BLUE value IS 62 (24.61% from 255) = 17.87%

R = 55.04%
G = 27.09%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BF5E3E (or 0xBF5E3E) is known color: Flame Pea. HEX triplet: BF, 5E and 3E. RGB value is (191,94,62). Sum of RGB (Red+Green+Blue) = 191+94+62=347 (45% of max value = 765). Red value is 191 (75% from 255 or 55.04% from 347); Green value is 94 (37.11% from 255 or 27.09% from 347); Blue value is 62 (24.61% from 255 or 17.87% from 347); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5E3E is #40A1C1. Grayscale: #777777. Windows color (decimal): -4235714 or 4087487. OLE color: 4087487.

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

Color convert

RGB 191 94 62 -
CMYK 0 0.51 0.68 0.25
HSL 14.88º 0.51% 0.5% -
HSV(B) 14.88º 0.68% 0.75% -
XYZ 26.36 19.43 6.92 -
YUV 119.36 95.64 179.1 -
System Red Green Blue C M Y K H S L
Decimal 191 94 62 0 0.51 0.68 0.25 14.88 0.51 0.5
Hex BF 5E 3E 0 33 44 19 F 33 32
Octal 277 136 76 0 63 104 31 17 63 62
Binary 10111111 1011110 111110 0 110011 1000100 11001 1111 110011 110010

Color Harmonies of #BF5E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5E3E

Black with #BF5E3E

Text Example


Text Example

White with #BF5E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5E3E; }

 p { color: rgb(191,94,62); }

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

background-color css

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

 a { background-color: rgb(191,94,62); }

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

border-color css

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

 span { border-color: rgb(191,94,62); }

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