Html Css Color HEX #BF6747 Flame Pea

📋 copy color: '#BF6747'

red 191 ◦ green 103 ◦ blue 71

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

Shades of Flame Pea #BF6747

Tints of Flame Pea #BF6747

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.22%

 BLUE value IS 71 (28.13% from 255) = 19.45%

R = 52.33%
G = 28.22%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BF6747 (or 0xBF6747) is known color: Flame Pea. HEX triplet: BF, 67 and 47. RGB value is (191,103,71). Sum of RGB (Red+Green+Blue) = 191+103+71=365 (48% of max value = 765). Red value is 191 (75% from 255 or 52.33% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 71 (28.12% from 255 or 19.45% from 365); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6747 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6747 is #4098B8. Grayscale: #7D7D7D. Windows color (decimal): -4233401 or 4679615. OLE color: 4679615.

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

Color convert

RGB 191 103 71 -
CMYK 0 0.46 0.63 0.25
HSL 16º 0.48% 0.51% -
HSV(B) 16º 0.63% 0.75% -
XYZ 27.47 21.23 8.61 -
YUV 125.66 97.15 174.6 -
System Red Green Blue C M Y K H S L
Decimal 191 103 71 0 0.46 0.63 0.25 16 0.48 0.51
Hex BF 67 47 0 2E 3F 19 10 30 33
Octal 277 147 107 0 56 77 31 20 60 63
Binary 10111111 1100111 1000111 0 101110 111111 11001 10000 110000 110011

Color Harmonies of #BF6747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6747

Black with #BF6747

Text Example


Text Example

White with #BF6747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6747; }

 p { color: rgb(191,103,71); }

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

background-color css

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

 a { background-color: rgb(191,103,71); }

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

border-color css

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

 span { border-color: rgb(191,103,71); }

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