Html Css Color HEX #BF6549 Flame Pea

📋 copy color: '#BF6549'

red 191 ◦ green 101 ◦ blue 73

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

Shades of Flame Pea #BF6549

Tints of Flame Pea #BF6549

RGB

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

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

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

R = 52.33%
G = 27.67%
B = 20%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BF6549 (or 0xBF6549) is known color: Flame Pea. HEX triplet: BF, 65 and 49. RGB value is (191,101,73). Sum of RGB (Red+Green+Blue) = 191+101+73=365 (48% of max value = 765). Red value is 191 (75% from 255 or 52.33% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 73 (28.91% from 255 or 20% from 365); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6549 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6549 is #409AB6. Grayscale: #7C7C7C. Windows color (decimal): -4233911 or 4810175. OLE color: 4810175.

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

Color convert

RGB 191 101 73 -
CMYK 0 0.47 0.62 0.25
HSL 14.24º 0.48% 0.52% -
HSV(B) 14.24º 0.62% 0.75% -
XYZ 27.34 20.86 8.89 -
YUV 124.72 98.82 175.28 -
System Red Green Blue C M Y K H S L
Decimal 191 101 73 0 0.47 0.62 0.25 14.24 0.48 0.52
Hex BF 65 49 0 2F 3E 19 E 30 34
Octal 277 145 111 0 57 76 31 16 60 64
Binary 10111111 1100101 1001001 0 101111 111110 11001 1110 110000 110100

Color Harmonies of #BF6549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6549

Black with #BF6549

Text Example


Text Example

White with #BF6549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6549; }

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

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

background-color css

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

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

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

border-color css

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

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

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