Html Css Color HEX #BF5E3F Flame Pea

📋 copy color: '#BF5E3F'

red 191 ◦ green 94 ◦ blue 63

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

Shades of Flame Pea #BF5E3F

Tints of Flame Pea #BF5E3F

RGB

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

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

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

R = 54.89%
G = 27.01%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BF5E3F (or 0xBF5E3F) is known color: Flame Pea. HEX triplet: BF, 5E and 3F. RGB value is (191,94,63). Sum of RGB (Red+Green+Blue) = 191+94+63=348 (46% of max value = 765). Red value is 191 (75% from 255 or 54.89% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 63 (25% from 255 or 18.10% from 348); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5E3F is #40A1C0. Grayscale: #777777. Windows color (decimal): -4235713 or 4153023. OLE color: 4153023.

HSL color Cylindrical-coordinate representation of color #BF5E3F: hue angle of 14.53º 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 #BF5E3F is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 94 63 -
CMYK 0 0.51 0.67 0.25
HSL 14.53º 0.5% 0.5% -
HSV(B) 14.53º 0.67% 0.75% -
XYZ 26.39 19.44 7.06 -
YUV 119.47 96.14 179.02 -
System Red Green Blue C M Y K H S L
Decimal 191 94 63 0 0.51 0.67 0.25 14.53 0.5 0.5
Hex BF 5E 3F 0 33 43 19 F 32 32
Octal 277 136 77 0 63 103 31 17 62 62
Binary 10111111 1011110 111111 0 110011 1000011 11001 1111 110010 110010

Color Harmonies of #BF5E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5E3F

Black with #BF5E3F

Text Example


Text Example

White with #BF5E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5E3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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