#BF674D

Color #BF674D Flame Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Pea #BF674D

Tints of Flame Pea #BF674D

Color information

#BF674D (or 0xBF674D) is unknown color: approx Flame Pea. HEX triplet: BF, 67 and 4D. RGB value is (191,103,77). Sum of RGB (Red+Green+Blue) = 191+103+77=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BF674D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF674D is #4098B2. Grayscale: #7E7E7E. Windows color (decimal): -4233395 or 5072831. OLE color: 5072831.

HSL color Cylindrical-coordinate representation of color #BF674D: hue angle of 13.68º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF674D is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB19110377-
CMYK00.460.600.25
HSL13.68º47.11%52.55%-
HSV(B)13.68º59.69%74.9%-
XYZ27.6821.319.68-
YUV126.35100.15174.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.48%
GREEN value IS 103 (40.62% from 255) = 27.76%
BLUE value IS 77 (30.47% from 255) = 20.75%
R=51.48%
G=27.76%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911037700.460.600.2513.6847.1152.55
HexBF674D02E3C19e2f35
Octal2771471150567431165765
Binary10111111110011110011010101110111100110011110101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF674D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF674D; }

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

 H1.HeaderClassName
 {
   color: #BF674D;
 }
 .AnyTagClassName
 {
   color: #BF674D;
 }
</style>
background-color css

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

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

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

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

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

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