Html Css Color HEX #BF6547 Flame Pea

📋 copy color: '#BF6547'

red 191 ◦ green 101 ◦ blue 71

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

Shades of Flame Pea #BF6547

Tints of Flame Pea #BF6547

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.82%

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

R = 52.62%
G = 27.82%
B = 19.56%

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

#BF6547 (or 0xBF6547) is known color: Flame Pea. HEX triplet: BF, 65 and 47. RGB value is (191,101,71). Sum of RGB (Red+Green+Blue) = 191+101+71=363 (48% of max value = 765). Red value is 191 (75% from 255 or 52.62% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 71 (28.12% from 255 or 19.56% from 363); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6547 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6547 is #409AB8. Grayscale: #7C7C7C. Windows color (decimal): -4233913 or 4679103. OLE color: 4679103.

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

Color convert

RGB 191 101 71 -
CMYK 0 0.47 0.63 0.25
HSL 15º 0.48% 0.51% -
HSV(B) 15º 0.63% 0.75% -
XYZ 27.28 20.84 8.55 -
YUV 124.49 97.82 175.44 -
System Red Green Blue C M Y K H S L
Decimal 191 101 71 0 0.47 0.63 0.25 15 0.48 0.51
Hex BF 65 47 0 2F 3F 19 F 30 33
Octal 277 145 107 0 57 77 31 17 60 63
Binary 10111111 1100101 1000111 0 101111 111111 11001 1111 110000 110011

Color Harmonies of #BF6547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6547

Black with #BF6547

Text Example


Text Example

White with #BF6547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6547; }

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

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

background-color css

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

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

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

border-color css

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

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

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