Html Css Color HEX #BF6749 Flame Pea

📋 copy color: '#BF6749'

red 191 ◦ green 103 ◦ blue 73

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

Shades of Flame Pea #BF6749

Tints of Flame Pea #BF6749

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 19.89%

R = 52.04%
G = 28.07%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BF6749 (or 0xBF6749) is known color: Flame Pea. HEX triplet: BF, 67 and 49. RGB value is (191,103,73). Sum of RGB (Red+Green+Blue) = 191+103+73=367 (48% of max value = 765). Red value is 191 (75% from 255 or 52.04% from 367); Green value is 103 (40.62% from 255 or 28.07% from 367); Blue value is 73 (28.91% from 255 or 19.89% from 367); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6749 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6749 is #4098B6. Grayscale: #7E7E7E. Windows color (decimal): -4233399 or 4810687. OLE color: 4810687.

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

Color convert

RGB 191 103 73 -
CMYK 0 0.46 0.62 0.25
HSL 15.25º 0.48% 0.52% -
HSV(B) 15.25º 0.62% 0.75% -
XYZ 27.54 21.26 8.96 -
YUV 125.89 98.15 174.44 -
System Red Green Blue C M Y K H S L
Decimal 191 103 73 0 0.46 0.62 0.25 15.25 0.48 0.52
Hex BF 67 49 0 2E 3E 19 F 30 34
Octal 277 147 111 0 56 76 31 17 60 64
Binary 10111111 1100111 1001001 0 101110 111110 11001 1111 110000 110100

Color Harmonies of #BF6749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6749

Black with #BF6749

Text Example


Text Example

White with #BF6749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6749; }

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

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

background-color css

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

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

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

border-color css

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

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

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