Html Css Color HEX #BF6444 Flame Pea

📋 copy color: '#BF6444'

red 191 ◦ green 100 ◦ blue 68

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

Shades of Flame Pea #BF6444

Tints of Flame Pea #BF6444

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.86%

 BLUE value IS 68 (26.95% from 255) = 18.94%

R = 53.2%
G = 27.86%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BF6444 (or 0xBF6444) is known color: Flame Pea. HEX triplet: BF, 64 and 44. RGB value is (191,100,68). Sum of RGB (Red+Green+Blue) = 191+100+68=359 (47% of max value = 765). Red value is 191 (75% from 255 or 53.20% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 68 (26.95% from 255 or 18.94% from 359); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6444 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6444 is #409BBB. Grayscale: #7B7B7B. Windows color (decimal): -4234172 or 4482239. OLE color: 4482239.

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

Color convert

RGB 191 100 68 -
CMYK 0 0.48 0.64 0.25
HSL 15.61º 0.49% 0.51% -
HSV(B) 15.61º 0.64% 0.75% -
XYZ 27.09 20.61 8.02 -
YUV 123.56 96.65 176.1 -
System Red Green Blue C M Y K H S L
Decimal 191 100 68 0 0.48 0.64 0.25 15.61 0.49 0.51
Hex BF 64 44 0 30 40 19 10 31 33
Octal 277 144 104 0 60 100 31 20 61 63
Binary 10111111 1100100 1000100 0 110000 1000000 11001 10000 110001 110011

Color Harmonies of #BF6444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6444

Black with #BF6444

Text Example


Text Example

White with #BF6444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6444; }

 p { color: rgb(191,100,68); }

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

background-color css

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

 a { background-color: rgb(191,100,68); }

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

border-color css

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

 span { border-color: rgb(191,100,68); }

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