#BF654B

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

Shades of Flame Pea #BF654B

Tints of Flame Pea #BF654B

Color information

#BF654B (or 0xBF654B) is unknown color: approx Flame Pea. HEX triplet: BF, 65 and 4B. RGB value is (191,101,75). Sum of RGB (Red+Green+Blue) = 191+101+75=367 (48% of max value = 765). Red value is 191 (75% from 255 or 52.04% from 367); Green value is 101 (39.84% from 255 or 27.52% from 367); Blue value is 75 (29.69% from 255 or 20.44% from 367); Max value from RGB is 191 - color contains mainly: red. Hex color #BF654B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF654B is #409AB4. Grayscale: #7D7D7D. Windows color (decimal): -4233909 or 4941247. OLE color: 4941247.

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

Color convert

RGB19110175-
CMYK00.470.610.25
HSL13.45º47.54%52.16%-
HSV(B)13.45º60.73%74.9%-
XYZ27.4120.899.24-
YUV124.9599.82175.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.04%
GREEN value IS 101 (39.84% from 255) = 27.52%
BLUE value IS 75 (29.69% from 255) = 20.44%
R=52.04%
G=27.52%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911017500.470.610.2513.4547.5452.16
HexBF654B02F3D19d3034
Octal2771451130577531156064
Binary10111111110010110010110101111111101110011101110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF654B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF654B; }

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

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

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

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

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

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

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

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