Html Css Color HEX #BF6141 Flame Pea

📋 copy color: '#BF6141'

red 191 ◦ green 97 ◦ blue 65

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

Shades of Flame Pea #BF6141

Tints of Flame Pea #BF6141

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.48%

 BLUE value IS 65 (25.78% from 255) = 18.41%

R = 54.11%
G = 27.48%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BF6141 (or 0xBF6141) is known color: Flame Pea. HEX triplet: BF, 61 and 41. RGB value is (191,97,65). Sum of RGB (Red+Green+Blue) = 191+97+65=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 65 (25.78% from 255 or 18.41% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6141 is #409EBE. Grayscale: #797979. Windows color (decimal): -4234943 or 4284863. OLE color: 4284863.

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

Color convert

RGB 191 97 65 -
CMYK 0 0.49 0.66 0.25
HSL 15.24º 0.5% 0.5% -
HSV(B) 15.24º 0.66% 0.75% -
XYZ 26.71 20.01 7.45 -
YUV 121.46 96.14 177.6 -
System Red Green Blue C M Y K H S L
Decimal 191 97 65 0 0.49 0.66 0.25 15.24 0.5 0.5
Hex BF 61 41 0 31 42 19 F 32 32
Octal 277 141 101 0 61 102 31 17 62 62
Binary 10111111 1100001 1000001 0 110001 1000010 11001 1111 110010 110010

Color Harmonies of #BF6141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6141

Black with #BF6141

Text Example


Text Example

White with #BF6141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6141; }

 p { color: rgb(191,97,65); }

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

background-color css

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

 a { background-color: rgb(191,97,65); }

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

border-color css

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

 span { border-color: rgb(191,97,65); }

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