Html Css Color HEX #BF6646 Flame Pea

📋 copy color: '#BF6646'

red 191 ◦ green 102 ◦ blue 70

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

Shades of Flame Pea #BF6646

Tints of Flame Pea #BF6646

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.1%

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

R = 52.62%
G = 28.1%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BF6646 (or 0xBF6646) is known color: Flame Pea. HEX triplet: BF, 66 and 46. RGB value is (191,102,70). Sum of RGB (Red+Green+Blue) = 191+102+70=363 (48% of max value = 765). Red value is 191 (75% from 255 or 52.62% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 70 (27.73% from 255 or 19.28% from 363); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6646 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6646 is #4099B9. Grayscale: #7D7D7D. Windows color (decimal): -4233658 or 4613823. OLE color: 4613823.

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

Color convert

RGB 191 102 70 -
CMYK 0 0.47 0.63 0.25
HSL 15.87º 0.49% 0.51% -
HSV(B) 15.87º 0.63% 0.75% -
XYZ 27.34 21.02 8.41 -
YUV 124.96 96.99 175.1 -
System Red Green Blue C M Y K H S L
Decimal 191 102 70 0 0.47 0.63 0.25 15.87 0.49 0.51
Hex BF 66 46 0 2F 3F 19 10 31 33
Octal 277 146 106 0 57 77 31 20 61 63
Binary 10111111 1100110 1000110 0 101111 111111 11001 10000 110001 110011

Color Harmonies of #BF6646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6646

Black with #BF6646

Text Example


Text Example

White with #BF6646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6646; }

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

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

background-color css

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

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

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

border-color css

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

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

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